mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Avoid spurious failures from <fenv.h> fallback functions (bug 15654).
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
int
|
||||
__fegetenv (fenv_t *envp)
|
||||
{
|
||||
/* This always fails. */
|
||||
return 1;
|
||||
/* Nothing to do. */
|
||||
return 0;
|
||||
}
|
||||
#if SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_2)
|
||||
strong_alias (__fegetenv, __old_fegetenv)
|
||||
|
||||
Reference in New Issue
Block a user