diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-04-01 10:40:53 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-01 10:40:53 -0400 |
commit | 6e63d5e1aebc659a95223cf8862a7b42c67dbb1c (patch) | |
tree | 774b9528bc17bc04fc602923267d0b782039d8c0 /sysdeps | |
parent | 4c1423edfb036a416c642b39d76370e2f2405bb1 (diff) | |
download | glibc-6e63d5e1aebc659a95223cf8862a7b42c67dbb1c.tar.gz glibc-6e63d5e1aebc659a95223cf8862a7b42c67dbb1c.tar.xz glibc-6e63d5e1aebc659a95223cf8862a7b42c67dbb1c.zip |
Install bits/timex.h header.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 4302bd392c..7066ffe6da 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -95,7 +95,7 @@ generated += syscall-list.h syscall-list.d endif ifeq ($(subdir),time) -sysdep_headers += sys/timex.h +sysdep_headers += sys/timex.h bits/timex.h sysdep_routines += ntp_gettime ntp_gettimex endif |