From: Ulrich Drepper Date: Mon, 11 Oct 1999 19:22:39 +0000 (+0000) Subject: Declare SA_SIGINFO. X-Git-Tag: glibc-2.16-ports-before-merge~2824 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=362932c82f64a9fc1947d8be2b9f1a0d30310a52;p=thirdparty%2Fglibc.git Declare SA_SIGINFO. --- diff --git a/sysdeps/unix/sysv/linux/alpha/bits/sigaction.h b/sysdeps/unix/sysv/linux/alpha/bits/sigaction.h index ae1249af513..2f8b3bad3c6 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. */