diff options
author | Stefan Liebler <stli@linux.vnet.ibm.com> | 2015-03-12 11:08:11 +0100 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2015-03-12 11:08:11 +0100 |
commit | 2e807f29595eb5b1e5d0decc6e356a3562ecc58e (patch) | |
tree | 15eeb8b9e77df5ae6b54b7624caafbdf183b20b1 /stdlib/Makefile | |
parent | 1b2bebe6b70a9f7e133f143f7f7506cc28df03cf (diff) | |
download | glibc-2e807f29595eb5b1e5d0decc6e356a3562ecc58e.tar.gz glibc-2e807f29595eb5b1e5d0decc6e356a3562ecc58e.tar.xz glibc-2e807f29595eb5b1e5d0decc6e356a3562ecc58e.zip |
S/390: Fix setcontext/swapcontext which are not restoring sigmask.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 92ceca708a..c78fdb51ec 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -66,11 +66,11 @@ test-srcs := tst-fmtmsg tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ test-canon test-canon2 tst-strtoll tst-environ \ tst-xpg-basename tst-random tst-random2 tst-bsearch \ - tst-limits tst-rand48 bug-strtod tst-setcontext \ - test-a64l tst-qsort tst-system testmb2 bug-strtod2 \ - tst-atof1 tst-atof2 tst-strtod2 tst-strtod3 tst-rand48-2 \ - tst-makecontext tst-strtod4 tst-strtod5 tst-qsort2 \ - tst-makecontext2 tst-strtod6 tst-unsetenv1 \ + tst-limits tst-rand48 bug-strtod tst-setcontext \ + tst-setcontext2 test-a64l tst-qsort tst-system testmb2 \ + bug-strtod2 tst-atof1 tst-atof2 tst-strtod2 tst-strtod3 \ + tst-rand48-2 tst-makecontext tst-strtod4 tst-strtod5 \ + tst-qsort2 tst-makecontext2 tst-strtod6 tst-unsetenv1 \ tst-makecontext3 bug-getcontext bug-fmtmsg1 \ tst-secure-getenv tst-strtod-overflow tst-strtod-round \ tst-tininess tst-strtod-underflow tst-tls-atexit |