From e470da85f7b9426eea03d66086c2822bf29e9b05 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 3 Mar 2011 23:37:20 +0000 Subject: Some cleanups, mostly x86_64 compat plus interlocked macros --- pthread_timechange_handler_np.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread_timechange_handler_np.c') diff --git a/pthread_timechange_handler_np.c b/pthread_timechange_handler_np.c index 7d8170a..12bd135 100644 --- a/pthread_timechange_handler_np.c +++ b/pthread_timechange_handler_np.c @@ -103,5 +103,5 @@ pthread_timechange_handler_np (void *arg) LeaveCriticalSection (&ptw32_cond_list_lock); - return (void *) (result != 0 ? EAGAIN : 0); + return (void *) (size_t) (result != 0 ? EAGAIN : 0); } -- cgit v1.2.3