mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
Fix typos in last patch.
2001-04-19 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/hppa/umount.c: Fix typos in last patch.
This commit is contained in:
parent
4353675161
commit
03b9ce8bae
@ -1,3 +1,7 @@
|
||||
2001-04-19 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sysdeps/unix/sysv/linux/hppa/umount.c: Fix typos in last patch.
|
||||
|
||||
2001-04-18 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* rt/Makefile (otherlibs): Added.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user