diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-05-16 11:17:41 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-05-16 11:17:41 -0700 |
commit | def4bcb29ddc15d9c446264f867c72e293f0efcd (patch) | |
tree | d26209a2eefdef36b57b30082a93286c1d91a3e2 /ChangeLog | |
parent | d51d659d114e2edb0037b2af45d6ee36458e48d1 (diff) | |
download | glibc-def4bcb29ddc15d9c446264f867c72e293f0efcd.tar.gz glibc-def4bcb29ddc15d9c446264f867c72e293f0efcd.tar.xz glibc-def4bcb29ddc15d9c446264f867c72e293f0efcd.zip |
Split arch-fork.h from fork.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4d286ebd0c..0fd2758a3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2014-05-16 Roland McGrath <roland@hack.frob.com> + + * sysdeps/unix/sysv/linux/i386/fork.h: Moved ... + * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here. + Don't do #include_next. + * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ... + * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here. + Don't do #include_next. + * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file. + * sysdeps/unix/sysv/linux/mips/fork.h: File removed. + * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file. + * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed. + 2014-05-16 Allan McRae <allan@archlinux.org> * po/sv.po: Update Swedish translation from translation project. |