summaryrefslogtreecommitdiff
path: root/rts/posix/FileLock.c
Commit message (Expand)AuthorAgeFilesLines
* add #include <sys/types.h> (hopefully fixes OS X build)Simon Marlow2009-08-061-1/+2
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-2/+3
* Initialise and deinitialise the file_lock_mutexIan Lynagh2009-01-171-0/+6
* FIX #2398: file locking wasn't thread-safeSimon Marlow2008-07-041-0/+15
* FIX #2122: file locking bugSimon Marlow2008-02-261-0/+1
* Move file locking into the RTS, fixing #629, #1109Simon Marlow2007-11-201-0/+121