Mail Archives: djgpp-workers/1999/02/01/06:14:50
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
<libc/stabs.h>. It doesn't seem to be worth the hassle. Solaris names
aren't standard any more than Linux are.
- Raw text -