diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-03-14 20:09:44 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-03-14 20:09:44 +0000 |
commit | bd951ccbe8597225d0f219425cf8e75d639185cd (patch) | |
tree | 02a5214a27a26fc452509e9ae54b8e052c73c65a /ChangeLog | |
parent | e29652e7b2847fb40512e1e70d8ebed970f2cea1 (diff) | |
download | glibc-bd951ccbe8597225d0f219425cf8e75d639185cd.tar.gz glibc-bd951ccbe8597225d0f219425cf8e75d639185cd.tar.xz glibc-bd951ccbe8597225d0f219425cf8e75d639185cd.zip |
Install bits/syscall.h through install-headers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c29aab0a0e..83d5d2b289 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] |