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>2005-09-24 03:56:17 +0400
committerChristopher Faylor <me@cgf.cx>2005-09-24 03:56:17 +0400
commit5cbcdfa9dddb6c96777d0319d82187054bfcfc69 (patch)
tree4b02b24fcdf1e800eca1188118356bf7d8096459 /winsup/cygwin/shared.cc
parent5e477e9a9b0bf9597f8f9a829edfe554ee97b140 (diff)
* shared.cc (open_shared): Add crucial bit of debugging info.
Diffstat (limited to 'winsup/cygwin/shared.cc')
-rw-r--r--winsup/cygwin/shared.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/shared.cc b/winsup/cygwin/shared.cc
index fd20766a3..02c512f17 100644
--- a/winsup/cygwin/shared.cc
+++ b/winsup/cygwin/shared.cc
@@ -155,7 +155,7 @@ open_shared (const char *name, int n, HANDLE& shared_h, DWORD size,
#endif
}
- debug_printf ("name %s, shared %p (wanted %p), h %p", name, shared, addr, shared_h);
+ debug_printf ("name %s, n %d, shared %p (wanted %p), h %p", name, n, shared, addr, shared_h);
return shared;
}