patch-2.1.94 linux/include/asm-arm/unistd.h
Next file: linux/include/asm-arm/xstat.h
Previous file: linux/include/asm-arm/termios.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Apr 8 15:44:24 1998
- Orig file:
v2.1.93/linux/include/asm-arm/unistd.h
- Orig date:
Thu Mar 26 15:57:05 1998
diff -u --recursive --new-file v2.1.93/linux/include/asm-arm/unistd.h linux/include/asm-arm/unistd.h
@@ -189,6 +189,8 @@
#define __NR_rt_sigsuspend (__NR_SYSCALL_BASE+179)
#define __NR_pread (__NR_SYSCALL_BASE+180)
#define __NR_pwrite (__NR_SYSCALL_BASE+181)
+#define __NR_xstat (__NR_SYSCALL_BASE+182)
+#define __NR_xmknod (__NR_SYSCALL_BASE+183)
#define __sys2(x) #x
#define __sys1(x) __sys2(x)
@@ -311,8 +313,6 @@
*/
#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);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov