]> 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)
committerUlrich Drepper <drepper@gmail.com>
Fri, 1 Apr 2011 14:40:53 +0000 (10:40 -0400)
ChangeLog
sysdeps/unix/sysv/linux/Makefile

index a68f5df83675dd4067f3b0f6ab3fb34654b7b960..7ab2090233c25988262353b44f9400f39e0d3215 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-04-01  Ulrich Drepper  <drepper@gmail.com>
 
        * iconv/iconv.h: Fix typo in comment.
index 4302bd392ce6946430e52b8a6c41e8b47239f638..7066ffe6da33e371504ce1b4cbc36464d83a806d 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 ntp_gettimex
 endif