From: Andreas Jaeger Date: Mon, 2 Apr 2001 12:32:51 +0000 (+0000) Subject: Add prototype for __umount2. X-Git-Tag: upstream/2.30~10627^2~2013 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b3ec5b0289df05538aa3d938562ebf009e73be5;p=external%2Fglibc.git Add prototype for __umount2. --- diff --git a/sysdeps/unix/sysv/linux/hppa/umount.c b/sysdeps/unix/sysv/linux/hppa/umount.c index 515467b..29633f5 100644 --- a/sysdeps/unix/sysv/linux/hppa/umount.c +++ b/sysdeps/unix/sysv/linux/hppa/umount.c @@ -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. Contributed by David Huggins-Daines , 2000. @@ -20,6 +20,8 @@ /* Since we don't have an oldumount system call, do what the kernel does down here. */ +extern log int __umount2 (char * name, int flags); + long int __umount (const char *name) {