[klibc] lseek: give gcc a little optimization hint

It looks like gcc generates some epicly confused code for splitting
the two halves of the offset argument to lseek() at least on i386.
Copy it into an unsigned long long before breaking it apart seems to
help.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
1 file changed