* thread.cc: Need LONG_MAX definition.

This commit is contained in:
Christopher Faylor 2001-01-04 18:33:39 +00:00
parent 4104f35e67
commit a5e570bcc3
2 changed files with 5 additions and 0 deletions

View File

@ -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>
* thread.cc (MTinterface::CreateSemaphore): Correctly set semaphore

View File

@ -16,6 +16,7 @@ details. */
#ifdef _MT_SAFE
#include "winsup.h"
#include <limits.h>
#include <errno.h>
#include <assert.h>
#include <stdlib.h>