diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-28 19:07:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-28 19:07:44 +0000 |
commit | 016080606c689982d2c15578aebbabf5c301bb3b (patch) | |
tree | c2a76e1fa756e57d8b91d24e7b17fb758afae377 /ChangeLog | |
parent | 14d44b191fb0980b22002b79a53ff2dda3120772 (diff) | |
download | glibc-016080606c689982d2c15578aebbabf5c301bb3b.tar glibc-016080606c689982d2c15578aebbabf5c301bb3b.tar.gz glibc-016080606c689982d2c15578aebbabf5c301bb3b.tar.bz2 glibc-016080606c689982d2c15578aebbabf5c301bb3b.zip |
* sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c: Include x86_64
umount.c rather than hppa umount.c.
* sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Include sh chown.c
rather than m68k chown.c.
* sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include sh
fchownat.c rather than m68k fchownat.c.
* sysdeps/unix/sysv/linux/sh/chown.c: Copy over from m68k chown.c.
* sysdeps/unix/sysv/linux/sh/fchownat.c: Copy over from m68k
fchownat.c.
* sysdeps/unix/sysv/linux/x86_64/brk.c: Copy over from hppa brk.c.
* sysdeps/unix/sysv/linux/x86_64/umount.c: Copy over from hppa
umount.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2006-02-28 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c: Include x86_64 + umount.c rather than hppa umount.c. + * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Include sh chown.c + rather than m68k chown.c. + * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include sh + fchownat.c rather than m68k fchownat.c. + * sysdeps/unix/sysv/linux/sh/chown.c: Copy over from m68k chown.c. + * sysdeps/unix/sysv/linux/sh/fchownat.c: Copy over from m68k + fchownat.c. + * sysdeps/unix/sysv/linux/x86_64/brk.c: Copy over from hppa brk.c. + * sysdeps/unix/sysv/linux/x86_64/umount.c: Copy over from hppa + umount.c. + 2006-02-28 Roland McGrath <roland@redhat.com> * sysdeps/hppa: Directory removed, saved in ports repository. |