Re: glibc-2.0.96 build problems
Nils Lohner <lohner@typhoon.icd.teradyne.com> writes:
> The definitions are there...
> sysdeps/unix/sysv/linux/sparc/bits/sigaction.h:
> #ifdef __USE_MISC
> # define SA_STACK 0x00000001 /* Use signal stack by using `sa_restorer'.
> */
> # define SA_RESTART 0x00000002 /* Restart syscall on signal return. */
> # define SA_INTERRUPT 0x00000010 /* Historical no-op. */
> # define SA_NOMASK 0x00000020 /* Don't automatically block the signal when
> its handler is being executed. */
> # define SA_ONESHOT 0x00000004 /* Reset to SIG_DFL on entry to handler. */
>
> /* Some aliases for the SA_ constants. */
> # define SA_NODEFER SA_NOMASK
> # define SA_RESETHAND SA_ONESHOT
> #endif
Take a look at
sysdeps/unix/sysv/linux/bits/sigaction.h
--
---------------. drepper at gnu.org ,-. 1325 Chesapeake Terrace
Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com `------------------------
Reply to: