aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-11 20:17:13 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-11 20:17:13 +0000
commitdf08cc56eb0a050bd1d7cf569d78d4f9d2a20964 (patch)
tree225ca6e6aaf9c066b273ba7f1f6975f910d36947 /sysdeps
parentbca9f4abe86e3ba2d84cb5ff96d55fe9d5afc722 (diff)
downloadglibc-df08cc56eb0a050bd1d7cf569d78d4f9d2a20964.zip
glibc-df08cc56eb0a050bd1d7cf569d78d4f9d2a20964.tar.gz
glibc-df08cc56eb0a050bd1d7cf569d78d4f9d2a20964.tar.bz2
Update.
1999-10-11 Cristian Gafton <gafton@redhat.com> * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Declare SA_SIGINFO.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/sigaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/bits/sigaction.h b/sysdeps/unix/sysv/linux/alpha/bits/sigaction.h
index ae1249a..2f8b3ba 100644
--- a/sysdeps/unix/sysv/linux/alpha/bits/sigaction.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/sigaction.h
@@ -36,6 +36,8 @@ struct sigaction
/* Bits in `sa_flags'. */
#define SA_NOCLDSTOP 0x00000004 /* Don't send SIGCHLD when children stop. */
+#define SA_SIGINFO 0x00000040 /* Invoke signal-catching function with three
+ arguments instead of one. */
#ifdef __USE_MISC
# define SA_ONSTACK 0x00000001 /* Use signal stack by using `sa_restorer'. */
# define SA_RESTART 0x00000002 /* Restart syscall on signal return. */