diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
commit | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch) | |
tree | 40b1cb534496a7f1ca0f5c314a523c69f1fee464 /include/asm-mips/unistd.h | |
parent | 7206675c40394c78a90e74812bbdbf8cf3cca1be (diff) |
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'include/asm-mips/unistd.h')
-rw-r--r-- | include/asm-mips/unistd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-mips/unistd.h b/include/asm-mips/unistd.h index c62dad56b..ef2940617 100644 --- a/include/asm-mips/unistd.h +++ b/include/asm-mips/unistd.h @@ -1174,11 +1174,14 @@ #define __NR_socketpair (__NR_Linux + 184) #define __NR_setresuid (__NR_Linux + 185) #define __NR_getresuid (__NR_Linux + 186) +#define __NR_query_module (__NR_Linux + 187) +#define __NR_poll (__NR_Linux + 188) +#define __NR_nfsservctl (__NR_Linux + 189) /* * Offset of the last Linux flavoured syscall */ -#define __NR_Linux_syscalls 186 +#define __NR_Linux_syscalls 189 #ifndef __LANGUAGE_ASSEMBLY__ |