diff options
author | Andy Broad <andy@broad.ology.org.uk> | 2015-09-13 19:55:41 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2015-09-16 07:44:29 -0400 |
commit | 1cd70adfb6a06a0dc72d31fc7011592a3674b183 (patch) | |
tree | c9163447716e96f211377476cc035e79c60d72e4 /README.amiga | |
parent | 738ab09f5846887e462080d6443fb8d1e751f247 (diff) | |
download | perl-1cd70adfb6a06a0dc72d31fc7011592a3674b183.tar.gz |
amigaos4: implement flock() emulation
Beware: not an exact implementation, the locks follow the OS level
filehandle not the process.
Diffstat (limited to 'README.amiga')
-rw-r--r-- | README.amiga | 3 |
1 files changed, 3 insertions, 0 deletions
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> |