This is the mail archive of the cygwin-patches@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Need LONG_MAX definition in thread.cc


I knew I forgot to do something when I applied the LONG_MAX patch.

Applied, thanks.

cgf

On Thu, Jan 04, 2001 at 10:33:30AM -0500, Earnie Boyd wrote:
> 
>Thu Jan  4 10:29:54  2001  Earnie Boyd  <earnie_boyd@yahoo.com>
>
>	* thread.cc: Need LONG_MAX definition.
>
>Index: thread.cc
>===================================================================
>RCS file: /cvs/src/src/winsup/cygwin/thread.cc,v
>retrieving revision 1.13
>diff -u -3 -p -b -r1.13 thread.cc
>--- thread.cc	2001/01/03 18:50:25	1.13
>+++ thread.cc	2001/01/04 15:28:22
>@@ -16,6 +16,7 @@ details. */
> 
> #ifdef _MT_SAFE
> #include "winsup.h"
>+#include <limits.h>
> #include <errno.h>
> #include <assert.h>
> #include <stdlib.h>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]