From: Christopher Faylor Date: Wed, 2 Jul 2003 03:50:05 +0000 (+0000) Subject: * thread.cc: Remove _MT_SAFE conditional. X-Git-Tag: cr-0x99~230 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=f3ff0ca9edfd8386813cd05c7becd9b262857c76;p=newlib-cygwin.git * thread.cc: Remove _MT_SAFE conditional. --- diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 45b82e9be..68954c561 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2003-07-01 Christopher Faylor + + * thread.cc: Remove _MT_SAFE conditional. + 2003-07-01 Christopher Faylor * configure.in: Fix --enable-server option. diff --git a/winsup/cygwin/thread.cc b/winsup/cygwin/thread.cc index 937a9fbbc..b42bb140b 100644 --- a/winsup/cygwin/thread.cc +++ b/winsup/cygwin/thread.cc @@ -29,7 +29,6 @@ details. */ # include "config.h" #endif -#ifdef _MT_SAFE #include "winsup.h" #include #include "cygerrno.h" @@ -3229,5 +3228,3 @@ pthread_null::getsequence_np () } pthread_null pthread_null::_instance; - -#endif // MT_SAFE