about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-07 23:48:59 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-07 23:48:59 +0000
commitfc4157daf55dc41131e71c6149fbdc4099cb9b57 (patch)
treedcb4956b25603d69dbf11a91f6ac6fbcc2b7a703 /sysdeps/unix/sysv/linux/Makefile
parent6923133b1099c762e381191480d1d87ef00faf38 (diff)
downloadglibc-fc4157daf55dc41131e71c6149fbdc4099cb9b57.tar.gz
glibc-fc4157daf55dc41131e71c6149fbdc4099cb9b57.tar.xz
glibc-fc4157daf55dc41131e71c6149fbdc4099cb9b57.zip
Update.
	* sysdeps/unix/sysv/linux/ntp_adjtime.c: Removed.  It's an alias
	for adjtimex.
	* sysdeps/unix/sysv/linux/Dist: Add ntp_gettime.c.
	* sysdeps/unix/sysv/linux/Makefile [subdir=time] (sysdep_routines):
	Remove ntp_adjtime.
	* sysdeps/unix/sysv/linux/syscalls.list: Add alias ntp_adjtime to
	adjtimex.
	* sysdeps/unix/sysv/linux/sys/timex.h: Correct prototype for
	ntp_adjtime.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 64baeb10d6..d6d3525c58 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -54,7 +54,7 @@ endif
 ifeq ($(subdir),time)
 sysdep_headers += sys/timex.h
 
-sysdep_routines += ntp_adjtime ntp_gettime
+sysdep_routines += ntp_gettime
 endif
 
 ifeq ($(subdir),socket)