[Wisp-cvs] wisp/modules linux.wrti,1.12,1.13
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-04 14:35:50
|
Update of /cvsroot/wisp/wisp/modules In directory usw-pr-cvs1:/tmp/cvs-serv31654/modules Modified Files: linux.wrti Log Message: Dropped |sys:raw:lseek|. Index: linux.wrti =================================================================== RCS file: /cvsroot/wisp/wisp/modules/linux.wrti,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- linux.wrti 4 Sep 2002 14:31:21 -0000 1.12 +++ linux.wrti 4 Sep 2002 14:35:17 -0000 1.13 @@ -57,6 +57,7 @@ ; |sys.time| takes no argument and returns the time (macro sys.time (conform) ,(mov %ebx 0) 13 \sys (believe %eax)) (macro sys.chmod (conform %ebx %ecx) 15 \sys (believe %eax)) + (macro sys.lseek (conform %ebx %ecx %edx) 19 \sys (believe %eax)) (macro sys.getpid (conform) 20 \sys (believe %eax)) (macro sys.setuid (conform %ebx) 23 \sys (believe %eax)) (macro sys.getuid (conform) 24 \sys (believe %eax)) |