about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-02-28 19:07:44 +0000
committerRoland McGrath <roland@gnu.org>2006-02-28 19:07:44 +0000
commit016080606c689982d2c15578aebbabf5c301bb3b (patch)
treec2a76e1fa756e57d8b91d24e7b17fb758afae377 /sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c
parent14d44b191fb0980b22002b79a53ff2dda3120772 (diff)
downloadglibc-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/powerpc/powerpc64/umount.c')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c b/sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c
index 9a91ba5b2f..e10b40f96c 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c
@@ -1 +1 @@
-#include <sysdeps/unix/sysv/linux/hppa/umount.c>
+#include <sysdeps/unix/sysv/linux/x86_64/umount.c>