[Wisp-cvs] wisp/src/native sys_raw.nasm,1.45,1.46
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-07 21:51:18
|
Update of /cvsroot/wisp/wisp/src/native In directory usw-pr-cvs1:/tmp/cvs-serv3363/src/native Modified Files: sys_raw.nasm Log Message: Dropped |sys:fcntl:dupfd|, |sys:fcntl:cloexec|, |sys:fcntl:flags|, |sys:fcntl:getlk|, |sys:fcntl:setlk|, and |sys:fcntl:setlkw|. Index: sys_raw.nasm =================================================================== RCS file: /cvsroot/wisp/wisp/src/native/sys_raw.nasm,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- sys_raw.nasm 4 Sep 2002 14:35:28 -0000 1.45 +++ sys_raw.nasm 7 Sep 2002 21:51:15 -0000 1.46 @@ -16,7 +16,6 @@ %endmacro native_syscall execve, 3 -native_syscall fcntl, 3 native_syscall getcwd, 2 native_syscall ioctl, 3 native_syscall open, 3 |