commit | 4dc8a2aec63e4fb5ee2688544c4de323ed5de3ef | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Thu Dec 23 14:20:14 1999 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Thu Dec 23 14:20:14 1999 +0000 |
tree | 8786e6623cabd7a35c9b68813f0ebee4b146af83 | |
parent | e5be0de04471219a85a6ca0e37d21ef6d0d18caf [diff] [blame] |
Bunch of stuff
diff --git a/linux/syscall.h b/linux/syscall.h index 84b3661..c63e42d 100644 --- a/linux/syscall.h +++ b/linux/syscall.h
@@ -81,7 +81,7 @@ int sys_sigaltstack(), sys_rt_sigprocmask(), sys_rt_sigaction(); int sys_rt_sigpending(), sys_rt_sigsuspend(), sys_rt_sigqueueinfo(); int sys_rt_sigtimedwait(), sys_prctl(), sys_poll(), sys_vfork(); -int sys_sendfile(); +int sys_sendfile(), sys_old_mmap(); /* sys_socketcall subcalls */