summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-21 21:06:38 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-21 21:06:38 +0000
commit9bafaa6fe7ded400aac87526ce615f1875ce2673 (patch)
treea7fb3d90c4d382482580fbe95111a02be764edc1 /libc/sysdeps/linux/common/Makefile
parent3f949b88a055eb2745547f4eae3a86648b8a31e2 (diff)
Add poll
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile')
-rw-r--r--libc/sysdeps/linux/common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile
index 5b5034095..ec53d33bf 100644
--- a/libc/sysdeps/linux/common/Makefile
+++ b/libc/sysdeps/linux/common/Makefile
@@ -26,7 +26,7 @@ CSRC= waitpid.c getdnnm.c gethstnm.c getcwd.c ptrace.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 vfork.c \
- ulimit.c ntp_gettime.c
+ ulimit.c ntp_gettime.c poll.c
ifneq ($(strip $(EXCLUDE_BRK)),y)
CSRC+=sbrk.c
endif