mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-05 12:40:55 +08:00
Fix typos in last patch.
This commit is contained in:
parent
070b2d2a8e
commit
6f66c56d4e
@ -20,7 +20,7 @@
|
||||
/* Since we don't have an oldumount system call, do what the kernel
|
||||
does down here. */
|
||||
|
||||
extern long int __umount2 (char *name, int flags);
|
||||
extern long int __umount2 (const char *name, int flags);
|
||||
|
||||
long int
|
||||
__umount (const char *name)
|
||||
|
Loading…
Reference in New Issue
Block a user