diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-05-07 02:55:41 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-05-07 02:55:41 +0000 |
commit | dcec8a13bf565e47942a1751a9cec21bec5648fe (patch) | |
tree | 548b69625b18cc2e88c3e68d0923be546c9ebb03 /include/asm-mips/unistd.h | |
parent | 2e0f55e79c49509b7ff70ff1a10e1e9e90a3dfd4 (diff) |
o Merge with Linux 2.1.99.
o Fix ancient bug in the ELF loader making ldd crash.
o Fix ancient bug in the keyboard code for SGI, SNI and Jazz.
Diffstat (limited to 'include/asm-mips/unistd.h')
-rw-r--r-- | include/asm-mips/unistd.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/asm-mips/unistd.h b/include/asm-mips/unistd.h index 5cc743dd9..7764e8a85 100644 --- a/include/asm-mips/unistd.h +++ b/include/asm-mips/unistd.h @@ -1190,11 +1190,12 @@ #define __NR_pread (__NR_Linux + 200) #define __NR_pwrite (__NR_Linux + 201) #define __NR_chown (__NR_Linux + 202) +#define __NR_getcwd (__NR_Linux + 203) /* * Offset of the last Linux flavoured syscall */ -#define __NR_Linux_syscalls 202 +#define __NR_Linux_syscalls 203 #ifndef __LANGUAGE_ASSEMBLY__ @@ -1414,8 +1415,6 @@ return -1; \ */ #define __NR__exit __NR_exit static inline _syscall0(int,idle) -static inline _syscall0(int,fork) -static inline _syscall2(int,clone,unsigned long,flags,char *,esp) static inline _syscall0(int,pause) static inline _syscall1(int,setup,int,magic) static inline _syscall0(int,sync) |