Re: llseek prototype.

Arvind Sankar (arvinds@mit.edu)
Sat, 3 Apr 1999 19:57:29 -0500


On Sun, Apr 04, 1999 at 02:21:30AM +0200, Andreas Schwab wrote:
> Arvind Sankar <arvinds@mit.edu> writes:
>
> |> On Thu, Apr 01, 1999 at 10:49:15AM +0200, Andreas Schwab wrote:
> |> > Andreas Kostyrka <andreas@mtg.co.at> writes:
> |> >
> |> > |> Hi!
> |> > |>
> |> > |> I've been wondering why the following prototype seems to be missing from
> |> > |> the kernel 2.2.3 headers:
> |> > |> extern __off_t llseek __P ((int __fd, __loff_t __offset, int __whence));
> |> >
> |> > I can't remember that the kernel defines this function anywhere.
> |> >
> |>
> |> fs/read_write.c
>
> That's an internal, file local function, with a completely different
> signature. What's your point?
>

sorry. must have been sleepy ... it wouldn't be declared using that horrendous notation
anywhere but in glibc, anyway :)

-- arvind

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/