This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
amigaos4: flock unimplemented
authorAndy Broad <andy@broad.ology.org.uk>
Thu, 20 Aug 2015 21:56:05 +0000 (17:56 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 5 Sep 2015 15:12:43 +0000 (11:12 -0400)
commit24631c4f6929bc824e657b74b2edfada4c8d05b0
treec5ffd49c8787dd4e576e89b4e42c209e315ec4f2
parentc8aec1f6fbd64991e684df901a3b6326ca921302
amigaos4: flock unimplemented

The semantics of locking are very different: first you lock,
then you open.  (And for semaphore-like uses of files, you
use ... semaphores.)
make_ext.pl