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 | |
parent | 4c1423edfb036a416c642b39d76370e2f2405bb1 (diff) | |
download | glibc-6e63d5e1aebc659a95223cf8862a7b42c67dbb1c.tar glibc-6e63d5e1aebc659a95223cf8862a7b42c67dbb1c.tar.gz glibc-6e63d5e1aebc659a95223cf8862a7b42c67dbb1c.tar.bz2 glibc-6e63d5e1aebc659a95223cf8862a7b42c67dbb1c.zip |
Install bits/timex.h header.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2011-04-01 Andreas Schwab <schwab@redhat.com> + + * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add + bits/timex.h + 2011-04-01 Ulrich Drepper <drepper@gmail.com> * iconv/iconv.h: Fix typo in comment. 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 |