* thread.cc: Remove _MT_SAFE conditional.
This commit is contained in:
parent
9c01984ec2
commit
f3ff0ca9ed
@ -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>
|
2003-07-01 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* configure.in: Fix --enable-server option.
|
* configure.in: Fix --enable-server option.
|
||||||
|
@ -29,7 +29,6 @@ details. */
|
|||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MT_SAFE
|
|
||||||
#include "winsup.h"
|
#include "winsup.h"
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include "cygerrno.h"
|
#include "cygerrno.h"
|
||||||
@ -3229,5 +3228,3 @@ pthread_null::getsequence_np ()
|
|||||||
}
|
}
|
||||||
|
|
||||||
pthread_null pthread_null::_instance;
|
pthread_null pthread_null::_instance;
|
||||||
|
|
||||||
#endif // MT_SAFE
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user