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 /sysdeps/unix/sysv/linux/sparc | |
parent | 14d44b191fb0980b22002b79a53ff2dda3120772 (diff) | |
download | glibc-016080606c689982d2c15578aebbabf5c301bb3b.tar.gz glibc-016080606c689982d2c15578aebbabf5c301bb3b.tar.xz 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 'sysdeps/unix/sysv/linux/sparc')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc32/chown.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/chown.c b/sysdeps/unix/sysv/linux/sparc/sparc32/chown.c index 1961622564..374131695c 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/chown.c +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/chown.c @@ -1 +1 @@ -#include <sysdeps/unix/sysv/linux/m68k/chown.c> +#include <sysdeps/unix/sysv/linux/sh/chown.c> diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c b/sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c index 7acf7918ee..7ba5bf44a1 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c @@ -1 +1 @@ -#include <sysdeps/unix/sysv/linux/m68k/fchownat.c> +#include <sysdeps/unix/sysv/linux/sh/fchownat.c> |