summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-12 20:50:03 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-12 20:50:03 +0000
commit0de9c08b6c58ec248ed8a00e477bdc44dc10716e (patch)
treead23c496ea204877769ad46a23f4eb33eb0db4f0 /libc/sysdeps/linux/common/Makefile
parentd1990393836764c4589d64581b57e3816e80829b (diff)
Add support for missing ntp_gettime and ntp_adjtime
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 98d119a6a..cfd95300f 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
+ ulimit.c ntp_gettime.c
ifneq ($(strip $(EXCLUDE_BRK)),y)
CSRC+=sbrk.c
endif