From 859d85dee0d52fb55ee9d98b16e7318f176f6bbe Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 7 Oct 2004 16:49:30 +0000 Subject: * 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. --- winsup/cygwin/cygheap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/cygheap.h') 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 (); }; -- cgit v1.2.3