From 1cd70adfb6a06a0dc72d31fc7011592a3674b183 Mon Sep 17 00:00:00 2001 From: Andy Broad Date: Sun, 13 Sep 2015 19:55:41 -0400 Subject: amigaos4: implement flock() emulation Beware: not an exact implementation, the locks follow the OS level filehandle not the process. --- README.amiga | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.amiga') diff --git a/README.amiga b/README.amiga index 0e6358d225..934b037a49 100644 --- a/README.amiga +++ b/README.amiga @@ -178,6 +178,9 @@ This will build the default setup that installs under SDK:local/newlib/lib/ =item Fix issue with newlib's unlink, which could cause infinite loops. +=item Add flock() emulation using IDOS->LockRecord thanks to Tony Cook +for the suggestion. + =back =item B<27th November 2013> -- cgit v1.2.1