1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Avoid spurious failures from <fenv.h> fallback functions (bug 15654).

This commit is contained in:
Joseph Myers
2013-06-20 19:10:44 +00:00
parent bfcacbdec0
commit c91e082525
12 changed files with 44 additions and 16 deletions

View File

@ -23,8 +23,8 @@
int
__feupdateenv (const 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 (__feupdateenv, __old_feupdateenv)