summaryrefslogtreecommitdiff
path: root/ldso/ldso/mips/README
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2002-07-25 21:16:01 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2002-07-25 21:16:01 +0000
commita91e3b0a22e6bcba52edd101c0ae9e712a9f8cd2 (patch)
treeeda73a5323b3f21936fe0a07c8520de0b6ffe50a /ldso/ldso/mips/README
parent99dd5f4261c99029f64c764c5fb529954d258312 (diff)
ldso specific syscalls and userspace syscalls all in one file now.
Diffstat (limited to 'ldso/ldso/mips/README')
-rw-r--r--ldso/ldso/mips/README10
1 files changed, 6 insertions, 4 deletions
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
+<sys/syscall.h> 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
-----------