* thread.cc: Remove _MT_SAFE conditional.

This commit is contained in:
Christopher Faylor 2003-07-02 03:50:05 +00:00
parent 9c01984ec2
commit f3ff0ca9ed
2 changed files with 4 additions and 3 deletions

View 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.

View 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