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>2010-12-12 08:48:29 +0300
committerChristopher Faylor <me@cgf.cx>2010-12-12 08:48:29 +0300
commitf646aeb049c3ea0f157337484907f984746f4648 (patch)
tree5f5201acadd421ac8ad827ea660e161d0c7349cf /winsup/cygwin/pinfo.cc
parentd7b90bae797bd70222b29ee644d7145f7ebb8631 (diff)
* init.cc (search_for): Put this in shared section or suffer subtle problems
with the tls. * pinfo.cc (status_exit): Add debug output to report on unexpected exit. * tls_pbuf.cc (tmp_pathbuf::c_get): Add more details to internal error.
Diffstat (limited to 'winsup/cygwin/pinfo.cc')
-rw-r--r--winsup/cygwin/pinfo.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc
index f426bde64..03f85e548 100644
--- a/winsup/cygwin/pinfo.cc
+++ b/winsup/cygwin/pinfo.cc
@@ -138,6 +138,7 @@ status_exit (DWORD x)
x = 127;
break;
default:
+ debug_printf ("*** STATUS_%p\n", x);
x = 127;
}
return x;