From 93002a29bca1eb9d5f83da7569e30a50b8696238 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 12 May 2011 23:47:00 +0200 Subject: include pthreadP.h for SIGCANCEL based on a patch from Kevin Cernekee Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/c6x/sigaction.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/sysdeps/linux/c6x/sigaction.c') diff --git a/libc/sysdeps/linux/c6x/sigaction.c b/libc/sysdeps/linux/c6x/sigaction.c index 38f8204b4..2f3a18462 100644 --- a/libc/sysdeps/linux/c6x/sigaction.c +++ b/libc/sysdeps/linux/c6x/sigaction.c @@ -28,6 +28,9 @@ #include #include #include +#ifdef __UCLIBC_HAS_THREADS_NATIVE__ +# include /* SIGCANCEL */ +#endif #define SA_RESTORER 0x04000000 -- cgit v1.2.3