mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Avoid PLT call to fegetenv on s390
This commit is contained in:
committed by
Ulrich Drepper
parent
0cbcca89ba
commit
7eb22e757e
@ -34,4 +34,5 @@ strong_alias (__fegetenv, __old_fegetenv)
|
||||
compat_symbol (libm, __old_fegetenv, fegetenv, GLIBC_2_1);
|
||||
#endif
|
||||
|
||||
libm_hidden_ver (__fegetenv, fegetenv)
|
||||
versioned_symbol (libm, __fegetenv, fegetenv, GLIBC_2_2);
|
||||
|
Reference in New Issue
Block a user