#define _REENTRANT 1 (needed to get the right errno on some OSs)
authorSimon Marlow <simonmar@microsoft.com>
Thu, 18 May 2006 10:37:15 +0000 (10:37 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 18 May 2006 10:37:15 +0000 (10:37 +0000)
commitb4ee9a92737e40ac0133f833781d01a8589f2cb7
tree13b112bbce2dca1d543739a113212105700ae6f4
parentdb6ac78e2be25a5c8c44d50e073df25653dc0039
#define _REENTRANT 1   (needed to get the right errno on some OSs)
Partial fix for hanging problems on Solaris and possibly *BSD.
A similar fix is also required to libraries/base/includes/HsBase.h.
includes/Rts.h