diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/sys/ucontext.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/sys/ucontext.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/sys/ucontext.h b/sysdeps/unix/sysv/linux/i386/sys/ucontext.h index b6762ce1ae..41fd60a618 100644 --- a/sysdeps/unix/sysv/linux/i386/sys/ucontext.h +++ b/sysdeps/unix/sysv/linux/i386/sys/ucontext.h @@ -26,10 +26,6 @@ included in <signal.h>. */ #include <bits/sigcontext.h> -/* We also need the definition of the userlevel data representation - for the register contexts. */ -#include <sys/user.h> - /* Type for general register. */ typedef int greg_t; |