[project @ 2003-09-24 11:06:54 by simonmar]
authorsimonmar <unknown>
Wed, 24 Sep 2003 11:06:54 +0000 (11:06 +0000)
committersimonmar <unknown>
Wed, 24 Sep 2003 11:06:54 +0000 (11:06 +0000)
commit9b091691ed951f7ee12e74ab6abe59e3e0f9be91
treecfb0f89a8164ca54133b81543e00a1b63cd37c45
parent30431f0b3a07f49177b6f3d4eb68f403b46bd0b0
[project @ 2003-09-24 11:06:54 by simonmar]
Move forkOS_createThread into the RTS so its implementation can be
dependent on RTS_SUPPORTS_THREADS, which means we can provide a stub
implementation in the !RTS_SUPPORTS_THREADS case, and hence not depend
on pthread_create, which requires -lpthread.  The upshot is that GHCi
now works again when !RTS_SUPPORTS_THREADS.
cbits/forkOS.c [deleted file]
include/HsBase.h