about summary refs log tree commit diff
path: root/nptl/sysdeps/i386/pthreaddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/sysdeps/i386/pthreaddef.h')
-rw-r--r--nptl/sysdeps/i386/pthreaddef.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/nptl/sysdeps/i386/pthreaddef.h b/nptl/sysdeps/i386/pthreaddef.h
index 1fe9455848..43b771c6db 100644
--- a/nptl/sysdeps/i386/pthreaddef.h
+++ b/nptl/sysdeps/i386/pthreaddef.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
 
@@ -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.  */
 #define CURRENT_STACK_FRAME	__builtin_frame_address (0)