diff options
Diffstat (limited to 'nptl/sysdeps/sh/pthreaddef.h')
-rw-r--r-- | nptl/sysdeps/sh/pthreaddef.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nptl/sysdeps/sh/pthreaddef.h b/nptl/sysdeps/sh/pthreaddef.h index c66e838bdc..70c6a850ba 100644 --- a/nptl/sysdeps/sh/pthreaddef.h +++ b/nptl/sysdeps/sh/pthreaddef.h @@ -30,9 +30,6 @@ /* Alignment requirement for TCB. */ #define TCB_ALIGNMENT 8 -/* The signal used for asynchronous cancelation. */ -#define SIGCANCEL __SIGRTMIN - /* Location of current stack frame. */ #define CURRENT_STACK_FRAME __builtin_frame_address (0) |