summaryrefslogtreecommitdiff
path: root/ldso/ldso/powerpc/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/powerpc/dl-syscalls.h
parent0af2186df018cb9f21d592e7eefd6ab951938647 (diff)
Cleanup header files a bit.
-Erik
Diffstat (limited to 'ldso/ldso/powerpc/dl-syscalls.h')
-rw-r--r--ldso/ldso/powerpc/dl-syscalls.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ldso/ldso/powerpc/dl-syscalls.h b/ldso/ldso/powerpc/dl-syscalls.h
index ae37aa822..c3e4bfdd5 100644
--- a/ldso/ldso/powerpc/dl-syscalls.h
+++ b/ldso/ldso/powerpc/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.
@@ -14,6 +12,7 @@
#define __NR_geteuid 49
#define __NR_getgid 47
#define __NR_getegid 50
+#define __NR_readlink 85
#define __NR_mmap 90
#define __NR_munmap 91
#define __NR_stat 106