From: Ulrich Drepper Date: Thu, 26 Feb 1998 12:45:50 +0000 (+0000) Subject: [time] (sysdep_routines): Add adjtimex. X-Git-Tag: cvs/before-sparc-2_0_x-branch~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e2f5f5836ef2f650f584b4d44eb3ff9808d0d5f;p=thirdparty%2Fglibc.git [time] (sysdep_routines): Add adjtimex. --- diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index ff81e368e07..3a94d50aa4e 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -31,6 +31,7 @@ endif ifeq ($(subdir),time) sysdep_headers += sys/timex.h +sysdep_routines += adjtimex endif ifeq ($(subdir),socket)