From 145b4dc249adfa4cebd265b9e402dd5f98c4afc3 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 3 Dec 2003 16:35:52 +0000 Subject: Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAX throughout, except in assembler code. --- winsup/cygwin/perthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/perthread.h') diff --git a/winsup/cygwin/perthread.h b/winsup/cygwin/perthread.h index 0c3b49b6e..a7095dc53 100644 --- a/winsup/cygwin/perthread.h +++ b/winsup/cygwin/perthread.h @@ -15,7 +15,7 @@ details. */ struct _reent; extern struct _reent reent_data; -#define PER_THREAD_FORK_CLEAR ((void *)0xffffffff) +#define PER_THREAD_FORK_CLEAR ((void *)UINT32_MAX) class per_thread { DWORD tls; -- cgit v1.2.3