diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-01-29 15:46:50 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-01-29 18:23:10 +0100 |
commit | fba639dcdcc2f3fede71e8bcd1a1a525a7f57d61 (patch) | |
tree | 9da29168d05b6b90d984fb19e33c0e2b7f906058 /test/nptl | |
parent | 29962e14a1144ec4f9cfac8ab8a51af2b5692317 (diff) |
handle signal-OBXSI.SUSv4.syms
A couple of sig functions are obsolete in SUSv4.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/nptl')
-rw-r--r-- | test/nptl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index b91480250..976034d4c 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -59,7 +59,7 @@ TESTS_DISABLED += tst-exec2 tst-exec3 tst-exec4 endif ifeq ($(UCLIBC_SUSV4_LEGACY),) -TESTS_DISABLED += tst-basic5 +TESTS_DISABLED += tst-basic5 tst-cancel4 tst-cancel5 tst-cancelx4 endif GLIBC_TESTS_DISABLED := tst-eintr1_glibc tst-eintr2_glibc \ |