]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Revert "Install bits/timex.h header."
authorRoland McGrath <mcgrathr@chromium.org>
Wed, 31 Aug 2011 20:13:24 +0000 (13:13 -0700)
committerRoland McGrath <mcgrathr@chromium.org>
Wed, 31 Aug 2011 20:13:24 +0000 (13:13 -0700)
This reverts commit c81fb726d822c5c5296c21c9d47c323ce14aa723.

Conflicts:

ChangeLog

ChangeLog
sysdeps/unix/sysv/linux/Makefile

index 0f2a92bf9e0430904b7e2feac7a0585e67d5d8ed..84def3c4ccb67d8e791cd0fdc82c2932bbef5f6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        Maintain aligned stack.
        (CHECK_RSP): Remove unused macro.
 
-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 803d9eec85ec68c3045e6ab05720e1b7a4fe9404..cee5d29255d41e888cd393c70bedae5b44156d6b 100644 (file)
@@ -95,7 +95,7 @@ generated += syscall-list.h syscall-list.d
 endif
 
 ifeq ($(subdir),time)
-sysdep_headers += sys/timex.h bits/timex.h
+sysdep_headers += sys/timex.h
 
 sysdep_routines += ntp_gettime
 endif