Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 213690
Collapse All | Expand All

(-)linux-2.4.26/include/asm-arm/unistd.h_orig (-1 / +1 lines)
Lines 31-37 Link Here
31
#define __NR_write			(__NR_SYSCALL_BASE+  4)
31
#define __NR_write			(__NR_SYSCALL_BASE+  4)
32
#define __NR_open			(__NR_SYSCALL_BASE+  5)
32
#define __NR_open			(__NR_SYSCALL_BASE+  5)
33
#define __NR_close			(__NR_SYSCALL_BASE+  6)
33
#define __NR_close			(__NR_SYSCALL_BASE+  6)
34
#define __NR_waitpid			(__NR_SYSCALL_BASE+  7)
34
					/* waitpid would be 7 */
35
#define __NR_creat			(__NR_SYSCALL_BASE+  8)
35
#define __NR_creat			(__NR_SYSCALL_BASE+  8)
36
#define __NR_link			(__NR_SYSCALL_BASE+  9)
36
#define __NR_link			(__NR_SYSCALL_BASE+  9)
37
#define __NR_unlink			(__NR_SYSCALL_BASE+ 10)
37
#define __NR_unlink			(__NR_SYSCALL_BASE+ 10)

Return to bug 213690