summaryrefslogtreecommitdiff
path: root/ldso/ldso/arm/dl-syscalls.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-03-19 10:43:35 +0000
committerEric Andersen <andersen@codepoet.org>2002-03-19 10:43:35 +0000
commit2aed5b3bb028aa3519fb29a859b4d1d0184c6cdb (patch)
treed4bdfe13ce1b565dd176efbc7b864c68bc879061 /ldso/ldso/arm/dl-syscalls.h
parent0af2186df018cb9f21d592e7eefd6ab951938647 (diff)
Cleanup header files a bit.
-Erik
Diffstat (limited to 'ldso/ldso/arm/dl-syscalls.h')
-rw-r--r--ldso/ldso/arm/dl-syscalls.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ldso/ldso/arm/dl-syscalls.h b/ldso/ldso/arm/dl-syscalls.h
index aa08421a5..016eb09b0 100644
--- a/ldso/ldso/arm/dl-syscalls.h
+++ b/ldso/ldso/arm/dl-syscalls.h
@@ -1,5 +1,3 @@
-#include <sys/types.h>
-
/*
* This file contains the system call macros and syscall
* numbers used by the shared library loader.
@@ -16,6 +14,7 @@
#define __NR_geteuid (__NR_SYSCALL_BASE+ 49)
#define __NR_getgid (__NR_SYSCALL_BASE+ 47)
#define __NR_getegid (__NR_SYSCALL_BASE+ 50)
+#define __NR_readlink (__NR_SYSCALL_BASE+ 85)
#define __NR_mmap (__NR_SYSCALL_BASE+ 90)
#define __NR_munmap (__NR_SYSCALL_BASE+ 91)
#define __NR_stat (__NR_SYSCALL_BASE+106)