mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Avoid spurious failures from <fenv.h> fallback functions (bug 15654).
This commit is contained in:
@ -22,7 +22,8 @@
|
||||
int
|
||||
feholdexcept (fenv_t *envp)
|
||||
{
|
||||
return 1; /* Signal failure. */
|
||||
/* No exception traps to disable and no state to save. */
|
||||
return 0;
|
||||
}
|
||||
libm_hidden_def (feholdexcept)
|
||||
stub_warning (feholdexcept)
|
||||
|
Reference in New Issue
Block a user