Subject: lseek again
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Lennart Augustsson <augustss@cs.chalmers.se>
List: current-users
Date: 03/31/1994 17:02:35
I'll correct myself on the lseek system call.  The problem
is (of course) not in the kernel, but in libc.  The cerror
routine (where you jump when system call fails) only sets
%eax to -1, not %edx.

But I still have a question about lseek in the kernel.  Why does
sysent table claim that it has 5 arguments?  This is the number
of words, no?  And when I count I get it to 4.

	-- Lennart

------------------------------------------------------------------------------