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,
> > 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
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
3 matches
Mail list logo