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[2]: 'tell' is missing from libc6

1997-09-19 Thread TENCC01.LEWIS01
iants with one or more _'s in front (but no "ltell"). jim __ Reply Separator _____ Subject: Re: 'tell' is missing from libc6 Author: [EMAIL PROTECTED] at ~AMSCCSSW Date:9/19/97 9:45 AM > > It appears th

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

'tell' is missing from libc6

1997-09-17 Thread Brian White
It appears the "tell(path)" command is missing from libc6. What should I be using instead? Brian ( [EMAIL PROTECTED] ) --- the difference betwee