diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/fegetenv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/fegetenv.c b/math/fegetenv.c index 4a878cc41b..5b524307db 100644 --- a/math/fegetenv.c +++ b/math/fegetenv.c @@ -32,6 +32,7 @@ __fegetenv (fenv_t *envp) strong_alias (__fegetenv, __old_fegetenv) compat_symbol (libm, BP_SYM (__old_fegetenv), BP_SYM (fegetenv), GLIBC_2_1); #endif +libm_hidden_ver (__fegetenv, fegetenv) versioned_symbol (libm, BP_SYM (__fegetenv), BP_SYM (fegetenv), GLIBC_2_2); stub_warning (fegetenv) |