Mail Archives: djgpp-workers/2003/01/19/01:11:23
On Sat, 18 Jan 2003 lnobody AT delorie DOT com wrote:
> -A file lseek handler (@pxref{lseek}).
> +A file lseek handler (@pxref{lseek}). Here for backwards
> +compatibility. Use __FSEXT_llseek instead. If you have a
> +__FSEXT_llseek handler you don't need a __FSEXT_lseek handler as lseek
> +calls llseek internally.
This is okay, but please put all the symbols, like `lseek' and
`__FSEXT_*', in @code.
> + llseek_offset = llseek(handle, offset, whence);
Is `llseek' defined to `_llseek' on stubs.h? If not, is it Posix? If
neither of these is true, we are polluting the Posix namespace, and need
to modify stubs.h to avoid that.
Otherwise, fine with me, provided you make the return code more
predictable, as you suggested in your followup.
- Raw text -