]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[time] (sysdep_routines): Add adjtimex.
authorUlrich Drepper <drepper@redhat.com>
Thu, 26 Feb 1998 12:45:50 +0000 (12:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 26 Feb 1998 12:45:50 +0000 (12:45 +0000)
sysdeps/unix/sysv/linux/Makefile

index ff81e368e07798707032740985b6f4370b3d856a..3a94d50aa4e7ff87d1c5f66107cc55acaaded61f 100644 (file)
@@ -31,6 +31,7 @@ endif
 
 ifeq ($(subdir),time)
 sysdep_headers += sys/timex.h
+sysdep_routines += adjtimex
 endif
 
 ifeq ($(subdir),socket)