From owner-freebsd-hackers Mon Aug 30 11:27: 9 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id DBC1E14CE1 for ; Mon, 30 Aug 1999 11:26:57 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id MAA03816; Mon, 30 Aug 1999 12:26:45 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA05144; Mon, 30 Aug 1999 12:26:07 -0600 (MDT) Message-Id: <199908301826.MAA05144@harmony.village.org> To: Sheldon Hearn Subject: Re: More than 32 signals. Thought? Cc: Marcel Moolenaar , Nick Hibma , hackers@FreeBSD.ORG In-reply-to: Your message of "Mon, 30 Aug 1999 16:17:24 +0200." <88584.936022644@axl.noc.iafrica.com> References: <88584.936022644@axl.noc.iafrica.com> Date: Mon, 30 Aug 1999 12:26:06 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <88584.936022644@axl.noc.iafrica.com> Sheldon Hearn writes: : : : > 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? Endian shouldn't matter. An array at the end of a struct is going to grow that struct in identical ways... If the array index is defined sanely, then no one will notice if the lenght is passed in. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message