* thread.cc: Need LONG_MAX definition.
This commit is contained in:
parent
4104f35e67
commit
a5e570bcc3
|
@ -1,3 +1,7 @@
|
||||||
|
Thu Jan 4 10:29:54 2001 Earnie Boyd <earnie_boyd@yahoo.com>
|
||||||
|
|
||||||
|
* thread.cc: Need LONG_MAX definition.
|
||||||
|
|
||||||
Wed Jan 3 13:47:23 2001 Christopher Faylor <cgf@cygnus.com>
|
Wed Jan 3 13:47:23 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* thread.cc (MTinterface::CreateSemaphore): Correctly set semaphore
|
* thread.cc (MTinterface::CreateSemaphore): Correctly set semaphore
|
||||||
|
|
|
@ -16,6 +16,7 @@ details. */
|
||||||
|
|
||||||
#ifdef _MT_SAFE
|
#ifdef _MT_SAFE
|
||||||
#include "winsup.h"
|
#include "winsup.h"
|
||||||
|
#include <limits.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
Loading…
Reference in New Issue