[project @ 2003-09-24 11:06:51 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)
commit8f57c3c1812681ef2a57f7982b81c3123e90a2ca
tree019a295ccbf918e9c1ebb60709c54bc22d431a0e
parent8fb92f95a80f57c9e6737755881bd08c701a42eb
[project @ 2003-09-24 11:06:51 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.
ghc/includes/PrimOps.h
ghc/rts/Linker.c
ghc/rts/OSThreads.c