diff options
author | Christopher Faylor <me@cgf.cx> | 2005-04-17 00:12:14 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-04-17 00:12:14 +0000 |
commit | 4a08e9bce480de0e80caca9f6299a2e33613997c (patch) | |
tree | 98bb99ee5c6de4004d707bb5adcb2f32b9c4b4e7 /winsup/cygwin/pinfo.cc | |
parent | 73b4949a87e246ea9bdc1286c8d057a0717cb3d4 (diff) | |
download | cygnal-4a08e9bce480de0e80caca9f6299a2e33613997c.tar.gz cygnal-4a08e9bce480de0e80caca9f6299a2e33613997c.tar.bz2 cygnal-4a08e9bce480de0e80caca9f6299a2e33613997c.zip |
Actually check in files.
Diffstat (limited to 'winsup/cygwin/pinfo.cc')
-rw-r--r-- | winsup/cygwin/pinfo.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc index 1162e7b1b..79829e3c6 100644 --- a/winsup/cygwin/pinfo.cc +++ b/winsup/cygwin/pinfo.cc @@ -610,6 +610,7 @@ _pinfo::commune_recv () it[0] = it[1] = NULL; /* FIXME: possibly left a handle open in child? */ break; } + debug_printf ("fifo found %p, %p", it[0], it[1]); } CloseHandle (hp); |