]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Install bits/timex.h header.
authorAndreas Schwab <schwab@redhat.com>
Fri, 1 Apr 2011 14:40:53 +0000 (10:40 -0400)
committerPetr Baudis <pasky@suse.cz>
Thu, 26 May 2011 22:21:11 +0000 (00:21 +0200)
(cherry picked from commit 6e63d5e1aebc659a95223cf8862a7b42c67dbb1c)

ChangeLog
sysdeps/unix/sysv/linux/Makefile

index a29a823482a082a8f693c12fa8a2a8df499aff01..3219d0c21e6968eb8d3c3e4c4f7c9a7293d7dce2 100644 (file)
--- 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]
index cee5d29255d41e888cd393c70bedae5b44156d6b..803d9eec85ec68c3045e6ab05720e1b7a4fe9404 100644 (file)
@@ -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