aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-31 23:11:52 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-31 23:11:52 +0000
commit3117030c12108bf26d769ad004d9e63563109d42 (patch)
treed6330c485094df93865464b7c3336741fa933d2e /sysdeps
parentc4f60035d51c8cf5277de450c1c593c74823db8c (diff)
downloadglibc-3117030c12108bf26d769ad004d9e63563109d42.tar
glibc-3117030c12108bf26d769ad004d9e63563109d42.tar.gz
glibc-3117030c12108bf26d769ad004d9e63563109d42.tar.bz2
glibc-3117030c12108bf26d769ad004d9e63563109d42.zip
(sysdep_routines): Add adjtimex.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/Makefile b/sysdeps/unix/sysv/linux/alpha/Makefile
index 7821e46deb..f830303578 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 \