summaryrefslogtreecommitdiff
path: root/libc/math/fegetenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/math/fegetenv.c')
-rw-r--r--libc/math/fegetenv.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libc/math/fegetenv.c b/libc/math/fegetenv.c
index fe08edaa7..14bb80123 100644
--- a/libc/math/fegetenv.c
+++ b/libc/math/fegetenv.c
@@ -19,7 +19,6 @@
#include <fenv.h>
#include <shlib-compat.h>
-#include <bp-sym.h>
int
__fegetenv (fenv_t *envp)
@@ -29,9 +28,9 @@ __fegetenv (fenv_t *envp)
}
#if SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_2)
strong_alias (__fegetenv, __old_fegetenv)
-compat_symbol (libm, BP_SYM (__old_fegetenv), BP_SYM (fegetenv), GLIBC_2_1);
+compat_symbol (libm, __old_fegetenv, fegetenv, GLIBC_2_1);
#endif
libm_hidden_ver (__fegetenv, fegetenv)
-versioned_symbol (libm, BP_SYM (__fegetenv), BP_SYM (fegetenv), GLIBC_2_2);
+versioned_symbol (libm, __fegetenv, fegetenv, GLIBC_2_2);
stub_warning (fegetenv)