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/m68k/dl-syscalls.h | 3 +-- ldso/ldso/m68k/ld_syscalls.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'ldso/ldso/m68k') diff --git a/ldso/ldso/m68k/dl-syscalls.h b/ldso/ldso/m68k/dl-syscalls.h index 5ffb61bac..1fb2cccd2 100644 --- a/ldso/ldso/m68k/dl-syscalls.h +++ b/ldso/ldso/m68k/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_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 diff --git a/ldso/ldso/m68k/ld_syscalls.h b/ldso/ldso/m68k/ld_syscalls.h index 5ffb61bac..1fb2cccd2 100644 --- a/ldso/ldso/m68k/ld_syscalls.h +++ b/ldso/ldso/m68k/ld_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_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 -- cgit v1.2.3