From 23fe486bebc9ce58405853eb70cd87352156c91d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 31 Jul 2014 11:37:48 -0700 Subject: Split nptl-signals.h out from pthreadP.h --- nptl/pthreadP.h | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'nptl') diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h index 6069be93c3..4226473d59 100644 --- a/nptl/pthreadP.h +++ b/nptl/pthreadP.h @@ -32,6 +32,8 @@ #include #include #include +#include + /* Atomic operations on TLS memory. */ #ifndef THREAD_ATOMIC_CMPXCHG_VAL @@ -314,22 +316,6 @@ __do_cancel (void) # define LIBC_CANCEL_HANDLED() /* Nothing. */ #endif -/* The signal used for asynchronous cancelation. */ -#define SIGCANCEL __SIGRTMIN - - -/* Signal needed for the kernel-supported POSIX timer implementation. - We can reuse the cancellation signal since we can distinguish - cancellation from timer expirations. */ -#define SIGTIMER SIGCANCEL - - -/* Signal used to implement the setuid et.al. functions. */ -#define SIGSETXID (__SIGRTMIN + 1) - -/* Used to communicate with signal handler. */ -extern struct xid_command *__xidcmd attribute_hidden; - /* Internal prototypes. */ -- cgit v1.2.3