about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-04-01 10:40:53 -0400
committerPetr Baudis <pasky@suse.cz>2011-05-27 00:21:11 +0200
commitc81fb726d822c5c5296c21c9d47c323ce14aa723 (patch)
tree98ed3f843778eabe10b1577ab4e2d2544bb2dae9
parentfa9f66a6f09f3b7234cc24ca3266259a589c3470 (diff)
downloadglibc-c81fb726d822c5c5296c21c9d47c323ce14aa723.tar.gz
glibc-c81fb726d822c5c5296c21c9d47c323ce14aa723.tar.xz
glibc-c81fb726d822c5c5296c21c9d47c323ce14aa723.zip
Install bits/timex.h header.
(cherry picked from commit 6e63d5e1aebc659a95223cf8862a7b42c67dbb1c)
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/unix/sysv/linux/Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a29a823482..3219d0c21e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-01  Andreas Schwab  <schwab@redhat.com>
+
+	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
+	bits/timex.h
+
 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
 
 	[BZ #12583]
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index cee5d29255..803d9eec85 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
 endif