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 */