diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-12-06 23:51:34 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-12-06 23:51:34 +0000 |
commit | 230e5ab6a084ed50470f101934782dbf54b0d06b (patch) | |
tree | 5dd821c8d33f450470588e7a543f74bf74306e9e /include/asm-mips/unistd.h | |
parent | c9b1c8a64c6444d189856f1e26bdcb8b4cd0113a (diff) |
Merge with Linux 2.1.67.
Diffstat (limited to 'include/asm-mips/unistd.h')
-rw-r--r-- | include/asm-mips/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-mips/unistd.h b/include/asm-mips/unistd.h index 4517106ca..f0511957c 100644 --- a/include/asm-mips/unistd.h +++ b/include/asm-mips/unistd.h @@ -1179,11 +1179,12 @@ #define __NR_nfsservctl (__NR_Linux + 189) #define __NR_setresgid (__NR_Linux + 190) #define __NR_getresgid (__NR_Linux + 191) +#define __NR_prctl (__NR_Linux + 192) /* * Offset of the last Linux flavoured syscall */ -#define __NR_Linux_syscalls 191 +#define __NR_Linux_syscalls 192 #ifndef __LANGUAGE_ASSEMBLY__ |