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>2004-10-07 20:49:30 +0400
committerChristopher Faylor <me@cgf.cx>2004-10-07 20:49:30 +0400
commit859d85dee0d52fb55ee9d98b16e7318f176f6bbe (patch)
tree3c10cb70ba75044273f3e18b20414d78f54a77cb /winsup/cygwin/cygheap.h
parent7c3db8ea2e668ae6e482900306d230c4fd0f50bf (diff)
* spawn.cc (pthread_cleanup::oldmask): Default to invalid signal mask.
(do_cleanup): Test for invalid signal mask to decide whether to restore the mask rather than assuming zero mask indicates that there is nothing to do.
Diffstat (limited to 'winsup/cygwin/cygheap.h')
-rw-r--r--winsup/cygwin/cygheap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h
index b8203bf08..1ab3a7f79 100644
--- a/winsup/cygwin/cygheap.h
+++ b/winsup/cygwin/cygheap.h
@@ -278,6 +278,7 @@ struct init_cygheap
size_t sthreads;
int open_fhs;
pid_t pid; /* my pid */
+ const char *system_root;
void close_ctty ();
};