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:
authorChristopher Faylor <me@cgf.cx>2001-10-10 03:28:24 +0400
committerChristopher Faylor <me@cgf.cx>2001-10-10 03:28:24 +0400
commitd3fee5eccbdbc3d22aad40f6ddb9d16cd2343588 (patch)
treeea05b23ea531baa46d9efc8d9f181140c160472a /winsup/cygwin/shared.cc
parent132a3b30b9b67eab414bc185537ab6ed4e9eab4d (diff)
* uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in default
condition.
Diffstat (limited to 'winsup/cygwin/shared.cc')
-rw-r--r--winsup/cygwin/shared.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/winsup/cygwin/shared.cc b/winsup/cygwin/shared.cc
index 81d39e3ed..7aa4d798c 100644
--- a/winsup/cygwin/shared.cc
+++ b/winsup/cygwin/shared.cc
@@ -107,10 +107,7 @@ shared_info::initialize ()
if (inited)
{
if (inited != SHAREDVER)
- api_fatal ("Shared region version mismatch. Version %x != %x.\n"
- "Are you using multiple versions of cygwin1.dll?\n"
- "Run 'cygcheck -r -s -v' to find out.",
- inited, SHAREDVER);
+ multiple_cygwin_die ();
return;
}