diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/ia64/bits')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h b/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h index 101aad7e5a..8daaa5e485 100644 --- a/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h +++ b/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h @@ -21,12 +21,6 @@ # error "Never use <bits/sigcontext.h> directly; include <signal.h> instead." #endif -#ifndef sigcontext_struct -/* Kernel headers before 2.1.1 define a struct sigcontext_struct, but - we need sigcontext. */ -# define sigcontext_struct sigcontext -#endif - #include <asm/fpu.h> #include <bits/sigstack.h> |