mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
Remove \n from debug_printf
This commit is contained in:
parent
1e2ce19b96
commit
82518b7c54
@ -151,7 +151,7 @@ _cygtls::fixup_after_fork ()
|
||||
void
|
||||
_cygtls::remove (DWORD wait)
|
||||
{
|
||||
debug_printf ("wait %p\n", wait);
|
||||
debug_printf ("wait %p", wait);
|
||||
if (!locals.exitsock)
|
||||
return;
|
||||
// FIXME: Need some sort of atthreadexit function to allow things like
|
||||
|
Loading…
x
Reference in New Issue
Block a user