Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-08-09 18:13:53 +0400
committerCorinna Vinschen <corinna@vinschen.de>2009-08-09 18:13:53 +0400
commit29222c4d6a12aa71e80aafae71128820af456513 (patch)
treef68933e526cef9916e14c510f0e8b23215b52a52 /winsup/utils/mount.cc
parente7bf6b883d9a06c3c2dce41d78c671fd8290fd8e (diff)
* mount.cc (do_mount): Don't exit, just return.
Diffstat (limited to 'winsup/utils/mount.cc')
-rw-r--r--winsup/utils/mount.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/utils/mount.cc b/winsup/utils/mount.cc
index bdedfa171..47f14be7f 100644
--- a/winsup/utils/mount.cc
+++ b/winsup/utils/mount.cc
@@ -109,8 +109,6 @@ do_mount (const char *dev, const char *where, int flags)
if (mount (dev, where, flags))
error (where);
-
- exit (0);
}
static void