If USE_NEW_MKDEPEND_FLAGS is YES then don't use the deprecated -optdep flags
[ghc-hetmet.git] / rts / posix / FileLock.c
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