Skip to content
  • Simon Marlow's avatar
    [project @ 2003-09-24 11:06:51 by simonmar] · 8f57c3c1
    Simon Marlow authored
    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.
    8f57c3c1