mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
* sysdeps/mips/fpu/fraiseexcpt.c: Add internal definition.
* sysdeps/mips/fpu/fesetenv.c: Likewise.
This commit is contained in:
parent
b77bb4fb08
commit
dc312cba4b
@ -39,3 +39,5 @@ fesetenv (const fenv_t *envp)
|
|||||||
/* Success. */
|
/* Success. */
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
libm_hidden_def (fesetenv)
|
||||||
|
@ -43,3 +43,5 @@ feraiseexcept (int excepts)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
libm_hidden_def (feraiseexcept)
|
||||||
|
Loading…
Reference in New Issue
Block a user