Date: Mon, 1 Feb 1999 13:12:53 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Stromberg cc: DJGPP-WORKERS Subject: Re: llseek() name? In-Reply-To: <199902010929.KAA17967@juno.erisoft.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com On Mon, 1 Feb 1999, Martin Stromberg wrote: > There is no _llseek() (in the man pages). _llseek is from Linux, AFAIK. > Perhaps we should call our _llseek() llseek()? Since this is a non-Posix function, removing the underscore will cause it to pollute the ANSI/Posix namespace (since standard functions like fseek will want to call it internally), or require to add it to . It doesn't seem to be worth the hassle. Solaris names aren't standard any more than Linux are.