Date: Sun, 12 Oct 1997 16:14:08 +0200 (IST) From: Eli Zaretskii To: DJ Delorie cc: djgpp-workers AT delorie DOT com Subject: Re: Should off_t become unsigned? In-Reply-To: <199710121408.KAA24777@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 12 Oct 1997, DJ Delorie wrote: > POSIX.1 specifically states that "pid_t, ssize_t, and off_t shall be > signed arithmetic types". Then POSIX has no way to support files larger than 2GB, unless you go to 64-bit ints, right? I think we shouldn't be POSIX adepts on this one. If we make it unsigned, what specifically would break?