mirror of git://sourceware.org/git/glibc.git
Add prototype for __umount2.
This commit is contained in:
parent
60620ef6b4
commit
484ba739df
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 2000 Free Software Foundation, Inc.
|
/* Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by David Huggins-Daines <dhd@debian.org>, 2000.
|
Contributed by David Huggins-Daines <dhd@debian.org>, 2000.
|
||||||
|
|
||||||
|
|
@ -20,6 +20,8 @@
|
||||||
/* Since we don't have an oldumount system call, do what the kernel
|
/* Since we don't have an oldumount system call, do what the kernel
|
||||||
does down here. */
|
does down here. */
|
||||||
|
|
||||||
|
extern log int __umount2 (char * name, int flags);
|
||||||
|
|
||||||
long int
|
long int
|
||||||
__umount (const char *name)
|
__umount (const char *name)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue