Sheldon Hearn wrote:
> 
> On Mon, 30 Aug 1999 15:55:56 +0200, Marcel Moolenaar wrote:
> 
> > The Linux trick I like to add is to have sigset_t always be the last
> > field in structures so that the impact of enlarging sigset_t is
> > minimal.
> 
> On LITTLE_ENDIAN machines?

Both NetBSD and Linux define sigset_t as an array of ints/longs. This can
easily be expanded without having to worry about endianness.

-- 
Marcel Moolenaar                                  mailto:mar...@scc.nl
SCC Internetworking & Databases                     http://www.scc.nl/
Amsterdam, The Netherlands                         tel: +31 20 4200655


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to