aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-03-14 20:09:44 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-03-14 20:09:44 +0000
commitbd951ccbe8597225d0f219425cf8e75d639185cd (patch)
tree02a5214a27a26fc452509e9ae54b8e052c73c65a /ChangeLog
parente29652e7b2847fb40512e1e70d8ebed970f2cea1 (diff)
downloadglibc-bd951ccbe8597225d0f219425cf8e75d639185cd.zip
glibc-bd951ccbe8597225d0f219425cf8e75d639185cd.tar.gz
glibc-bd951ccbe8597225d0f219425cf8e75d639185cd.tar.bz2
Install bits/syscall.h through install-headers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c29aab0..83d5d2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2012-03-14 Joseph Myers <joseph@codesourcery.com>
+
+ * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
+ bits/syscall.h.
+ ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
+ ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
+ ($(inst_includedir)/bits/syscall.h): Remove rule.
+ ($(objpfx)bits/syscall.d): Include instead of
+ $(objpfx)syscall-list.d.
+ (generated): Change syscall-list.h and syscall-list.d to
+ bits/syscall.h and bits/syscall.d.
+
2012-03-14 Roland McGrath <roland@hack.frob.com>
[BZ #13846]