From 2aed5b3bb028aa3519fb29a859b4d1d0184c6cdb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 19 Mar 2002 10:43:35 +0000 Subject: Cleanup header files a bit. -Erik --- ldso/ldso/sparc/dl-syscalls.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ldso/ldso/sparc/dl-syscalls.h') diff --git a/ldso/ldso/sparc/dl-syscalls.h b/ldso/ldso/sparc/dl-syscalls.h index d7cd3734b..27ae2905c 100644 --- a/ldso/ldso/sparc/dl-syscalls.h +++ b/ldso/ldso/sparc/dl-syscalls.h @@ -1,5 +1,3 @@ -#include - /* * This file contains the system call macros and syscall * numbers used by the shared library loader. @@ -14,6 +12,7 @@ #define __NR_getgid 47 #define __NR_geteuid 49 #define __NR_getegid 50 +#define __NR_readlink 58 #define __NR_mmap 71 #define __NR_munmap 73 #define __NR_stat 38 -- cgit v1.2.3