From owner-freebsd-arch Mon Oct 29 9:46:19 2001 Delivered-To: freebsd-arch@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 048E937B403 for ; Mon, 29 Oct 2001 09:46:17 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id f9THk2713600; Mon, 29 Oct 2001 12:46:02 -0500 (EST) (envelope-from wollman) Date: Mon, 29 Oct 2001 12:46:02 -0500 (EST) From: Garrett Wollman Message-Id: <200110291746.f9THk2713600@khavrinen.lcs.mit.edu> To: Peter Jeremy Cc: arch@FreeBSD.ORG Subject: Re: 64 bit times revisited.. In-Reply-To: <20011029064937.C75481@gsmx07.alcatel.com.au> References: <20011025233602.587C63808@overcee.netplex.com.au> <200110260020.f9Q0KQR63759@khavrinen.lcs.mit.edu> <20011029064937.C75481@gsmx07.alcatel.com.au> Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > exponential growth in the number of syscalls: Consider a hypothetical > system that has two off_t sizes and two time_t sizes - it will need 4 > stat() syscalls (and maybe others). Actually, no; there are just two options: 1) Data types other than off_t might be C99 ``extended integral types''. 2) Data types other than off_t are not C99 ``extended integral types''. ...since we never supported the LFS extensions. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message