summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-02-18 05:48:08 +0000
committerEric Andersen <andersen@codepoet.org>2003-02-18 05:48:08 +0000
commit5efeef3b6d2b22a285d1ba3b5016944bb65eb7b5 (patch)
tree71c4bd3c79fed683693ddbd49e34f8e042b97718 /libc/sysdeps/linux/common/Makefile
parent1bbb166142db8bbe98283d7601bac1701cff6ad3 (diff)
Fixup ioctl so we can special case powerpc silliness
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile')
-rw-r--r--libc/sysdeps/linux/common/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile
index c616ad8b2..5b9717f2b 100644
--- a/libc/sysdeps/linux/common/Makefile
+++ b/libc/sysdeps/linux/common/Makefile
@@ -19,11 +19,11 @@
TOPDIR=../../../../
include $(TOPDIR)Rules.mak
-CSRC= waitpid.c getdnnm.c gethstnm.c getcwd.c \
+CSRC= waitpid.c getdnnm.c gethstnm.c getcwd.c ptrace.c \
mkfifo.c setegid.c wait.c getpagesize.c seteuid.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 \
+ wait3.c setpgrp.c getdtablesize.c create_module.c \
+ cmsg_nxthdr.c longjmp.c open64.c ftruncate64.c mmap64.c \
+ truncate64.c getrlimit64.c setrlimit64.c creat64.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)