In the last episode (Jun 06), Mark Newton said:
>  > There is
>  > apparently quite a difference between Solaris and SCO SVR4; the first
>  > thing I had to do was change the lseek() syscall to use 32-bit offsets
>  > instead of 64-bit, for example. 
> 
> Interesting - Solaris has two lseek syscalls, notionally "lseek" and
> "lseek64".  If SCO only has one, which is a 64 bit variant, could 
> you perhaps let me know what its syscall number is?

SCO OSR5 has only the 32-bit variant at syscall 19, and its args match
the ibcs2_lseek syscall (int fd, long offset, int whence). UW7
apparently has two additional syscalls: lseek32 and lseek64, but I
don't know what numbers they are; I don't have UW7.

-- 
        Dan Nelson
        [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to