Remove references to Haskell 98
[ghc-hetmet.git] / rts / posix / FileLock.c
2010-11-23 Ian LynaghRemove references to Haskell 98
2009-08-06 Simon Marlowadd #include <sys/types.h> (hopefully fixes OS X build)
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-01-17 Ian LynaghInitialise and deinitialise the file_lock_mutex
2008-07-04 Simon MarlowFIX #2398: file locking wasn't thread-safe
2008-02-26 Simon MarlowFIX #2122: file locking bug
2007-11-20 Simon MarlowMove file locking into the RTS, fixing #629, #1109