]> sourceware.org Git - newlib-cygwin.git/commitdiff
* thread.cc: Remove _MT_SAFE conditional.
authorChristopher Faylor <me@cgf.cx>
Wed, 2 Jul 2003 03:50:05 +0000 (03:50 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 2 Jul 2003 03:50:05 +0000 (03:50 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/thread.cc

index 45b82e9be536c8c2143d01f4fa1c764c7a8b866d..68954c561673191e98d829036ae5dff4dc50465b 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-01  Christopher Faylor  <cgf@redhat.com>
+
+       * thread.cc: Remove _MT_SAFE conditional.
+
 2003-07-01  Christopher Faylor  <cgf@redhat.com>
 
        * configure.in: Fix --enable-server option.
index 937a9fbbcea8e4204308fcd7fa28cabbb2f8c6ab..b42bb140bdce4fb709df8122d8eb49849867182f 100644 (file)
@@ -29,7 +29,6 @@ details. */
 # include "config.h"
 #endif
 
-#ifdef _MT_SAFE
 #include "winsup.h"
 #include <limits.h>
 #include "cygerrno.h"
@@ -3229,5 +3228,3 @@ pthread_null::getsequence_np ()
 }
 
 pthread_null pthread_null::_instance;
-
-#endif // MT_SAFE
This page took 0.035271 seconds and 5 git commands to generate.