diff options
Diffstat (limited to 'nptl/sysdeps/x86_64/pthreaddef.h')
-rw-r--r-- | nptl/sysdeps/x86_64/pthreaddef.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nptl/sysdeps/x86_64/pthreaddef.h b/nptl/sysdeps/x86_64/pthreaddef.h index 8fe610004f..90a67f1751 100644 --- a/nptl/sysdeps/x86_64/pthreaddef.h +++ b/nptl/sysdeps/x86_64/pthreaddef.h @@ -30,9 +30,6 @@ /* Alignment requirement for TCB. */ #define TCB_ALIGNMENT 16 -/* The signal used for asynchronous cancelation. */ -#define SIGCANCEL __SIGRTMIN - /* Location of current stack frame. The frame pointer is not usable. */ #define CURRENT_STACK_FRAME \ |