summaryrefslogtreecommitdiff
path: root/test/nptl/tst-cancel4.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/nptl/tst-cancel4.c')
-rw-r--r--test/nptl/tst-cancel4.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/nptl/tst-cancel4.c b/test/nptl/tst-cancel4.c
index 696a527..6eaf5b1 100644
--- a/test/nptl/tst-cancel4.c
+++ b/test/nptl/tst-cancel4.c
@@ -37,8 +37,13 @@
#include <sys/uio.h>
#include <sys/un.h>
#include <sys/wait.h>
+#include "../test-skeleton.h"
+#if defined(__GLIBC__) || defined(__UCLIBC__)
#define SIGCANCEL __SIGRTMIN
+#else
+#define SIGCANCEL SIGRTMIN
+#endif
/* Since STREAMS are not supported in the standard Linux kernel and