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:
3b6296f
)
Remove inclusion of non-existant <sigcontext.h>.
author
drepper
<drepper>
Fri, 5 Dec 1997 00:37:18 +0000
(
00:37
+0000)
committer
drepper
<drepper>
Fri, 5 Dec 1997 00:37:18 +0000
(
00:37
+0000)
sysdeps/unix/sysv/linux/sigreturn.c
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/sigreturn.c
b/sysdeps/unix/sysv/linux/sigreturn.c
index
e57ac74
..
ecef3d6
100644
(file)
--- a/
sysdeps/unix/sysv/linux/sigreturn.c
+++ b/
sysdeps/unix/sysv/linux/sigreturn.c
@@
-18,7
+18,6
@@
#include <errno.h>
#include <signal.h>
-#include <sigcontext.h>
#include <unistd.h>
extern int __syscall_sigreturn (struct sigcontext *);