simonmar    2003/09/24 04:06:54 PDT

  Modified files:
    ghc/includes         PrimOps.h 
    ghc/rts              OSThreads.c Linker.c 
    libraries/base/include HsBase.h 
  Removed files:
    libraries/base/cbits forkOS.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.105     +2 -1      fptools/ghc/includes/PrimOps.h
  1.8       +55 -1     fptools/ghc/rts/OSThreads.c
  1.131     +2 -1      fptools/ghc/rts/Linker.c
  1.29      +1 -4      fptools/libraries/base/include/HsBase.h
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to