Subject: Re: siginfo_t & SA_SIGINFO
To: Shin'ichiro TAYA <taya@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: current-users
Date: 11/29/2002 07:54:37
On Fri, Nov 29, 2002 at 07:21:35PM +0900, Shin'ichiro TAYA wrote:
> but SA_SIGINFO is defined when included from kernel source.
> So it fails to compile mozilla.
>
> In /usr/include/sys/signal.h:
> #if defined(_KERNEL)
> #define SA_SIGINFO 0x0040
> #endif /* _KERNEL */
>
> Should I tweak configure script not to define HAVE_SIGINFO_T?
> Or SA_SIGINFO should be defined in userland sources ?
I would say "siginfo_t should be hidden from userland until it is fully
implemented".
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>