mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-12 12:07:12 +08:00
Linux/HPPA specific umount definition.
This commit is contained in:
parent
a30ba90d2e
commit
a22a888980
9
sysdeps/unix/sysv/linux/hppa/umount.c
Normal file
9
sysdeps/unix/sysv/linux/hppa/umount.c
Normal file
@ -0,0 +1,9 @@
|
||||
/* since we don't have an oldumount system call, do what the kernel
|
||||
does down here */
|
||||
|
||||
long __umount(char *name)
|
||||
{
|
||||
return __umount2(name, 0);
|
||||
}
|
||||
|
||||
weak_alias(__umount, umount);
|
Loading…
Reference in New Issue
Block a user