mirror of git://sourceware.org/git/glibc.git
It's __fegetenv.
This commit is contained in:
parent
2e4581e4fb
commit
606f2f1083
|
@ -23,7 +23,7 @@
|
|||
#include <bp-sym.h>
|
||||
|
||||
int
|
||||
fegetenv (fenv_t *envp)
|
||||
__fegetenv (fenv_t *envp)
|
||||
{
|
||||
/* This always fails. */
|
||||
return 1;
|
||||
|
|
Loading…
Reference in New Issue