mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
* shared.cc (open_shared): Add crucial bit of debugging info.
This commit is contained in:
parent
5e477e9a9b
commit
5cbcdfa9dd
@ -1,3 +1,7 @@
|
||||
2005-09-23 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* shared.cc (open_shared): Add crucial bit of debugging info.
|
||||
|
||||
2005-09-23 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
Semi-reversion of always-exit-from-sigthread change of 2005-09-15.
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user