diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-01-12 00:12:57 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-01-12 00:12:57 +0000 |
commit | c8924f1ff22cb78abc9bb950c3b23d8483ac7bba (patch) | |
tree | a20b011757be3a9e8bb289de1dd7e6f8fa41b220 /nis | |
parent | da09e6fa2f8194fbdd82281195145aec195144dc (diff) | |
download | glibc-c8924f1ff22cb78abc9bb950c3b23d8483ac7bba.zip glibc-c8924f1ff22cb78abc9bb950c3b23d8483ac7bba.tar.gz glibc-c8924f1ff22cb78abc9bb950c3b23d8483ac7bba.tar.bz2 |
Fix s390 linknamespace fallout of bug 22702 patch.
My fix for bug 22702 introduced linknamespace test failures on
s390x-linux-gnu and s390-linux-gnu because it made remainder call
__feholdexcept, and the s390 __feholdexcept calls fegetenv, and
remainder is in Unix98 and XPG4.2 but fegetenv isn't. This patch
makes __feholdexcept call __fegetenv instead to avoid that namespace
issue.
Tested (compilation) with build-many-glibcs.py for s390x-linux-gnu,
where it resolves the test failures.
* sysdeps/s390/fpu/feholdexcpt.c (__feholdexcept): Call __fegetenv
instead of fegetenv.
Diffstat (limited to 'nis')
0 files changed, 0 insertions, 0 deletions