#define _REENTRANT 1 (needed to get the right errno on some OSs)
authorSimon Marlow <simonmar@microsoft.com>
Thu, 18 May 2006 10:41:51 +0000 (10:41 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 18 May 2006 10:41:51 +0000 (10:41 +0000)
commitc5c0f2cea9f7b7978170f888f9bb0cf1d33b9561
tree1e325d4e896a4d63b9c86ab54a2b175e509cb62e
parent2eb61c24bbe3a2ec1efc8e875f43f7a54f0d0f94
#define _REENTRANT 1  (needed to get the right errno on some OSs)
Part 2 of the fix for threaded RTS problems on Solaris and possibly
*BSD (Part 1 was the same change in ghc/includes/Rts.h).
include/HsBase.h