[Wisp-cvs] wisp/modules linux.wrti,1.19,1.20
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-18 21:00:02
|
Update of /cvsroot/wisp/wisp/modules In directory usw-pr-cvs1:/tmp/cvs-serv27507/modules Modified Files: linux.wrti Log Message: Implemented the |sys.select| Worth word. Index: linux.wrti =================================================================== RCS file: /cvsroot/wisp/wisp/modules/linux.wrti,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- linux.wrti 18 Sep 2002 20:58:04 -0000 1.19 +++ linux.wrti 18 Sep 2002 20:59:59 -0000 1.20 @@ -91,6 +91,7 @@ (macro sys.setsid (conform) 66 \sys (believe %eax)) (macro sys.setreuid (conform %ebx %ecx) 70 \sys (believe %eax)) (macro sys.setregid (conform %ebx %ecx) 71 \sys (believe %eax)) + (macro sys.select (conform %eax %ebx %ecx %esi %edi) 82 \sys (believe %eax)) (macro sys.symlink (conform %ebx %ecx) 83 \sys (believe %eax)) (macro sys.swapon (conform %ebx %ecx) 87 \sys (believe %eax)) (macro sys.truncate (conform %ebx %ecx) 92 \sys (believe %eax)) |