Re: 'tell' is missing from libc6

1997-09-20 Thread Torsten Hilbrich
Brian White <[EMAIL PROTECTED]> writes: > Thus, I think libc6 should include it. It appears that libc6 now includes > a manpage for "ltell" (which, I agree, is what the function should have been > named in the first place). However, for compatibility reasons, there should > be a "#define tell(a,

Re: 'tell' is missing from libc6

1997-09-19 Thread Brian White
> > It appears the "tell(path)" command is missing from libc6. What > > should I be using instead? > > The only "tell" that I could find in libc-5.4.33 is the following one: > > file sysdeps/linux/tell.c: > > off_t > tell (int fildes) > { > return __lseek (fildes, 0, SEEK_CUR); > } That's th

Re: 'tell' is missing from libc6

1997-09-18 Thread Torsten Hilbrich
Brian White <[EMAIL PROTECTED]> writes: > It appears the "tell(path)" command is missing from libc6. What > should I be using instead? The only "tell" that I could find in libc-5.4.33 is the following one: file sysdeps/linux/tell.c: off_t tell (int fildes) { return __lseek (fildes, 0, SEEK_C