diff options
author | Roland McGrath <mcgrathr@chromium.org> | 2011-08-31 13:13:24 -0700 |
---|---|---|
committer | Roland McGrath <mcgrathr@chromium.org> | 2011-08-31 13:13:24 -0700 |
commit | 448f6a4dfbdc9c9e2b410f5ea52e51b0667ee742 (patch) | |
tree | bb4b64a72c78bd0a5debb19b0c5aebcff9d6eb33 /sysdeps | |
parent | 78856c5c73f74d2a850da0a62393dca9dd5a2df4 (diff) | |
download | glibc-448f6a4dfbdc9c9e2b410f5ea52e51b0667ee742.tar.gz |
Revert "Install bits/timex.h header."
This reverts commit c81fb726d822c5c5296c21c9d47c323ce14aa723.
Conflicts:
ChangeLog
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 803d9eec85..cee5d29255 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 bits/timex.h +sysdep_headers += sys/timex.h sysdep_routines += ntp_gettime endif |