projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc88bab
)
Do not include <sys/user.h>.
author
drepper
<drepper>
Sun, 30 Apr 2000 04:21:16 +0000
(
04:21
+0000)
committer
drepper
<drepper>
Sun, 30 Apr 2000 04:21:16 +0000
(
04:21
+0000)
sysdeps/unix/sysv/linux/i386/sys/ucontext.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/i386/sys/ucontext.h
b/sysdeps/unix/sysv/linux/i386/sys/ucontext.h
index
b6762ce
..
41fd60a
100644
(file)
--- 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;