Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-07-02 07:50:05 +0400
committerChristopher Faylor <me@cgf.cx>2003-07-02 07:50:05 +0400
commitf3ff0ca9edfd8386813cd05c7becd9b262857c76 (patch)
tree66a54e0009a128caae17cbc4c49ba55ea1f54515 /winsup/cygwin/thread.cc
parent9c01984ec2345d1d1af745b24db50e07912a7bc1 (diff)
* thread.cc: Remove _MT_SAFE conditional.
Diffstat (limited to 'winsup/cygwin/thread.cc')
-rw-r--r--winsup/cygwin/thread.cc3
1 files changed, 0 insertions, 3 deletions
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 <limits.h>
#include "cygerrno.h"
@@ -3229,5 +3228,3 @@ pthread_null::getsequence_np ()
}
pthread_null pthread_null::_instance;
-
-#endif // MT_SAFE