diff options
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/umount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/umount.c b/sysdeps/unix/sysv/linux/hppa/umount.c index 29633f56fb..3d4c18cd4c 100644 --- a/sysdeps/unix/sysv/linux/hppa/umount.c +++ b/sysdeps/unix/sysv/linux/hppa/umount.c @@ -20,7 +20,7 @@ /* Since we don't have an oldumount system call, do what the kernel does down here. */ -extern log int __umount2 (char * name, int flags); +extern long int __umount2 (const char *name, int flags); long int __umount (const char *name) |