Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-07-08 10:37:38 -0700 (Sat, 08 Jul 2006)
Revision: 9433
Log message:
Added Lm_unix_util.flock. At compile time, it falls back as follows
flock -> fcntl -> lockf
Changes | Path |
+106 -0 | libmojave/cutil/lm_unix_cutil.c |
+7 -0 | libmojave/unix/lm_unix_util.ml |
+10 -0 | libmojave/unix/lm_unix_util.mli |