Fix ghc -e :main (it was enqueuing the main function, but not running it)
[ghc-hetmet.git] / rts / posix / FileLock.c
2007-11-20 Simon MarlowMove file locking into the RTS, fixing #629, #1109