diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1995-11-14 08:00:00 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1995-11-14 08:00:00 +0000 |
commit | e7c2a72e2680827d6a733931273a93461c0d8d1b (patch) | |
tree | c9abeda78ef7504062bb2e816bcf3e3c9d680112 /include/linux/sys.h | |
parent | ec6044459060a8c9ce7f64405c465d141898548c (diff) |
Import of Linux/MIPS 1.3.0
Diffstat (limited to 'include/linux/sys.h')
-rw-r--r-- | include/linux/sys.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/include/linux/sys.h b/include/linux/sys.h index 6ec269dde..40f9471d0 100644 --- a/include/linux/sys.h +++ b/include/linux/sys.h @@ -7,11 +7,6 @@ #define NR_syscalls 256 /* - * These are system calls with the same entry-point - */ -#define _sys_clone _sys_fork - -/* * These are system calls that will be removed at some time * due to newer versions existing.. * (please be careful - ibcs2 may need some of these). @@ -32,6 +27,10 @@ * These are system calls that haven't been implemented yet * but have an entry in the table for future expansion.. */ +#ifdef __mips__ +#define sys_quotactl sys_ni_syscall +#else #define _sys_quotactl _sys_ni_syscall +#endif #endif |