From 9b7c000a446c1ebb9c0f9f14fb26cabe6de7f489 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 15 Feb 2002 07:38:45 +0000 Subject: [PATCH] [project @ 2002-02-15 07:38:45 by sof] wibble --- ghc/rts/OSThreads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/rts/OSThreads.c b/ghc/rts/OSThreads.c index abfa583..01e0a25 100644 --- a/ghc/rts/OSThreads.c +++ b/ghc/rts/OSThreads.c @@ -186,7 +186,7 @@ createOSThread ( OSThreadId* pId, void (*startProc)(void)) startProcWrapper, (void*)startProc, 0, - (unsigned*)pId) == NULL); + (unsigned*)pId) == 0); } OSThreadId -- 1.7.10.4