OSDN Git Service

* thread.cc: Remove _MT_SAFE conditional.
authorcgf <cgf>
Wed, 2 Jul 2003 03:50:05 +0000 (03:50 +0000)
committercgf <cgf>
Wed, 2 Jul 2003 03:50:05 +0000 (03:50 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/thread.cc

index 45b82e9..68954c5 100644 (file)
@@ -1,5 +1,9 @@
 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.
        * configure: Regenerate.
 
index 937a9fb..b42bb14 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