about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sys/timex.h
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/sys/timex.h
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/sys/timex.h')
-rw-r--r--sysdeps/unix/sysv/linux/sys/timex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/timex.h b/sysdeps/unix/sysv/linux/sys/timex.h
index da1e33e85a..7e2a475128 100644
--- a/sysdeps/unix/sysv/linux/sys/timex.h
+++ b/sysdeps/unix/sysv/linux/sys/timex.h
@@ -117,7 +117,7 @@ extern int __adjtimex __P ((struct timex *__ntx));
 extern int adjtimex __P ((struct timex *__ntx));
 
 extern int ntp_gettime __P ((struct ntptimeval *__ntv));
-extern int ntp_adjtime __P ((int __amode, struct timex *__tntx));
+extern int ntp_adjtime __P ((struct timex *__tntx));
 
 __END_DECLS