Date: Sun, 31 Jan 1999 16:08:45 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Str|mberg cc: DJGPP-WORKERS Subject: Re: tell() and 2^31 file sizes In-Reply-To: <199901311228.NAA08552@father.ludd.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com On Sun, 31 Jan 1999, Martin Str|mberg wrote: > What should tell() and friends return when the file pointer is beyond > 2^31? -1? And set errno to what? I think it should return -1 and set errno to ENOSYS. > Do we need a _ltell() or _lltell()? I don't know. Do Linux and Solaris have something like that?