about summary refs log tree commit diff
path: root/nptl/tst-cancel25.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-10-18 14:28:49 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-10-18 14:28:49 +0200
commit5e20aae5ee087f394f276bd556c5c1df52d76ff9 (patch)
tree86ce860f9b50983c75f39c512e122784e0a7b5c4 /nptl/tst-cancel25.c
parente3f764b6f2152824692b0b77e1c71416cb2acf78 (diff)
downloadglibc-5e20aae5ee087f394f276bd556c5c1df52d76ff9.tar.gz
glibc-5e20aae5ee087f394f276bd556c5c1df52d76ff9.tar.xz
glibc-5e20aae5ee087f394f276bd556c5c1df52d76ff9.zip
nptl/tst-cancel25 needs to be an internal test
Otherwise the definition of SIGCANCEL is not visible.

Tested on x86_64-linux-gnu and i686-linux-gnu.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'nptl/tst-cancel25.c')
-rw-r--r--nptl/tst-cancel25.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/tst-cancel25.c b/nptl/tst-cancel25.c
index 1067634eb7..24ddd3c01c 100644
--- a/nptl/tst-cancel25.c
+++ b/nptl/tst-cancel25.c
@@ -2,6 +2,7 @@
 #include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <internal-signals.h>
 
 
 static pthread_barrier_t b;