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:
d2ef33d
)
Linux/SPARC specific sigaction definition.
author
drepper
<drepper>
Sat, 29 Mar 1997 15:19:02 +0000
(15:19 +0000)
committer
drepper
<drepper>
Sat, 29 Mar 1997 15:19:02 +0000
(15:19 +0000)
sysdeps/unix/sysv/linux/sparc/kernel_sigaction.h
[new file with mode: 0644]
patch
|
blob
diff --git a/sysdeps/unix/sysv/linux/sparc/kernel_sigaction.h
b/sysdeps/unix/sysv/linux/sparc/kernel_sigaction.h
new file mode 100644
(file)
index 0000000..
f870d15
--- /dev/null
+++ b/
sysdeps/unix/sysv/linux/sparc/kernel_sigaction.h
@@ -0,0
+1,12
@@
+/* Linux/SPARC version. This is the sigaction struction from the Linux
+ 2.1.20 kernel. */
+
+struct sigaction
+ {
+ __sighandler_t sa_handler;
+ sigset_t sa_mask;
+ unsigned long int sa_flags;
+ void (*sa_restorer) (void); /* not used by Linux/SPARC yet */
+ };
+
+#define HAVE_SA_RESTORER