Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Oct 1999 23:11:29 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Mark Murray <mark@grondar.za>
Cc:        marcel@FreeBSD.ORG, current@FreeBSD.ORG
Subject:   Re: Signal breakage?
Message-ID:  <Pine.BSF.4.10.9910102254260.5249-100000@alphplex.bde.org>
In-Reply-To: <199910101158.NAA50542@gratis.grondar.za>

next in thread | previous in thread | raw e-mail | index | archive | help
> On line 72 of <signal.h>, there is a reference to 'union sigval',
> which is declared in <sys/signal.h>, but inside #ifndef _POSIX_SOURCE.
> The X build heavily uses _POSIX_SOURCE, so this breaks.
> 
> Should line 72 of <signal.h> not move a little further down into
> the #ifndef _POSIX_SOURCE block below it?

This is supposed to be handled by a _POSIX_1B_VISIBLE feature test, but
the test is broken (nonexistent) in <sys/signal.h>.  Try changing the
ifdef for sigval fom _POSIX_SOURCE to _POSIX_1B_VISIBLE.

Bruce



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9910102254260.5249-100000>