diff options
Diffstat (limited to 'winsup/cygwin/perthread.h')
-rw-r--r-- | winsup/cygwin/perthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |