From 5e2f5f5836ef2f650f584b4d44eb3ff9808d0d5f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 26 Feb 1998 12:45:50 +0000 Subject: [PATCH] [time] (sysdep_routines): Add adjtimex. --- sysdeps/unix/sysv/linux/Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- 2.47.2