diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-02-15 09:40:16 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-02-15 09:40:16 +0000 |
commit | 3c72f1e3163769bfdfbce75bf0dd4b0c10e7df8f (patch) | |
tree | 03b4077ee7b2b2bbc5c12832aa0b13ef6fe27154 /libc/sysdeps/linux/common/Makefile | |
parent | 7c7e861873a6768458cf36b695852d027673370e (diff) |
Fix a _ton_ of system call user type/kernel type translation
problems, causing user space to get scrambled hosed up results.
-Erik
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile')
-rw-r--r-- | libc/sysdeps/linux/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index 1a25da5c0..2a4a392a1 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -24,7 +24,7 @@ CSRC= waitpid.c getdnnm.c gethstnm.c getcwd.c \ wait3.c setpgrp.c getdtablesize.c create_module.c ptrace.c \ cmsg_nxthdr.c longjmp.c open64.c ftruncate64.c \ truncate64.c getrlimit64.c setrlimit64.c creat64.c mmap64.c \ - llseek.c pread_write.c _exit.c setuid.c sync.c getdirname.c \ + llseek.c pread_write.c _exit.c sync.c getdirname.c \ sendfile64.c xstatconv.c getdents.c getdents64.c ifneq ($(strip $(EXCLUDE_BRK)),y) CSRC+=sbrk.c |