From a91e3b0a22e6bcba52edd101c0ae9e712a9f8cd2 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Thu, 25 Jul 2002 21:16:01 +0000 Subject: ldso specific syscalls and userspace syscalls all in one file now. --- ldso/ldso/mips/README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'ldso/ldso/mips/README') diff --git a/ldso/ldso/mips/README b/ldso/ldso/mips/README index 520a5eeb6..1cf6301e5 100644 --- a/ldso/ldso/mips/README +++ b/ldso/ldso/mips/README @@ -20,10 +20,12 @@ function 'elf_machine_rel' in 'sysdeps/mips/dl-machine.h'. ld_syscalls.h ------------- -Contains all the macro functions for the system calls as well -as the list of system calls supported. The functions were taken -from the Linux kernel source 2.4.17 and can be found in the -file 'include/asm-mips/unistd.h'. +Used to contain all the macro functions for the system calls +as well as the list of system calls supported. We now include + but with the __set_errno macro defined empty +so we can use the same file for the linker as well as userspace. +Original code was taken from the Linux kernel source 2.4.17 and +can be found in the file 'include/asm-mips/unistd.h'. ld_sysdep.h ----------- -- cgit v1.2.3