]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Declare SA_SIGINFO.
authorUlrich Drepper <drepper@redhat.com>
Mon, 11 Oct 1999 19:22:39 +0000 (19:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 11 Oct 1999 19:22:39 +0000 (19:22 +0000)
sysdeps/unix/sysv/linux/alpha/bits/sigaction.h

index ae1249af51338bdcfc83a9af4712b22a9ab3cd34..2f8b3bad3c63f06aa5674ea3e58056685eca5fa1 100644 (file)
@@ -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.  */