mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
* 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>
|
||||
|
||||
* thread.cc (MTinterface::CreateSemaphore): Correctly set semaphore
|
||||
|
@ -16,6 +16,7 @@ details. */
|
||||
|
||||
#ifdef _MT_SAFE
|
||||
#include "winsup.h"
|
||||
#include <limits.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user