From: Ulrich Drepper Date: Tue, 31 Mar 1998 23:11:52 +0000 (+0000) Subject: (sysdep_routines): Add adjtimex. X-Git-Tag: glibc-2.16-ports-merge^2~3269 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3117030c12108bf26d769ad004d9e63563109d42;p=platform%2Fupstream%2Fglibc.git (sysdep_routines): Add adjtimex. --- diff --git a/sysdeps/unix/sysv/linux/alpha/Makefile b/sysdeps/unix/sysv/linux/alpha/Makefile index 7821e46..f830303 100644 --- a/sysdeps/unix/sysv/linux/alpha/Makefile +++ b/sysdeps/unix/sysv/linux/alpha/Makefile @@ -2,7 +2,8 @@ ifeq ($(subdir),misc) sysdep_headers += alpha/ptrace.h alpha/regdef.h sysdep_routines += ieee_get_fp_control ieee_set_fp_control \ - sethae ioperm osf_sigprocmask fstatfs statfs llseek + sethae ioperm osf_sigprocmask fstatfs statfs llseek \ + adjtimex # Support old timeval32 entry points sysdep_routines += osf_select osf_gettimeofday osf_settimeofday \