diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-04-09 18:21:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-04-09 18:21:54 +0000 |
commit | c4c5feda77f280d700f93f5f3c7d900d9de388f4 (patch) | |
tree | e88b71433a2313370c0fa06ff7870889b4625798 /sysdeps/unix/sysv/linux/powerpc | |
parent | dc6ddf9557f585cace5ffabd844a990c3b6aea10 (diff) | |
download | glibc-c4c5feda77f280d700f93f5f3c7d900d9de388f4.tar.gz glibc-c4c5feda77f280d700f93f5f3c7d900d9de388f4.tar.xz glibc-c4c5feda77f280d700f93f5f3c7d900d9de388f4.zip |
umount support for ppc64/linux.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c b/sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c new file mode 100644 index 0000000000..9a91ba5b2f --- /dev/null +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c @@ -0,0 +1 @@ +#include <sysdeps/unix/sysv/linux/hppa/umount.c> |