[project @ 2002-02-15 07:38:45 by sof]
authorsof <unknown>
Fri, 15 Feb 2002 07:38:45 +0000 (07:38 +0000)
committersof <unknown>
Fri, 15 Feb 2002 07:38:45 +0000 (07:38 +0000)
wibble

ghc/rts/OSThreads.c

index abfa583..01e0a25 100644 (file)
@@ -186,7 +186,7 @@ createOSThread ( OSThreadId* pId, void (*startProc)(void))
                           startProcWrapper,
                           (void*)startProc,
                           0,
-                          (unsigned*)pId) == NULL);
+                          (unsigned*)pId) == 0);
 }
 
 OSThreadId