diff options
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r-- | winsup/cygwin/dcrt0.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index 1848fa8e9..90f6ac8dc 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -44,12 +44,11 @@ details. */ HANDLE NO_COPY hMainProc = (HANDLE) -1; HANDLE NO_COPY hMainThread; -per_thread_waitq NO_COPY waitq_storage; #ifdef NEWVFORK per_thread_vfork NO_COPY vfork_storage; #endif -per_thread NO_COPY *threadstuff[] = {&waitq_storage, +per_thread NO_COPY *threadstuff[] = { #ifdef NEWVFORK &vfork_storage, #endif |