]> mj.ucw.cz Git - libucw.git/commit
Changed locking mechanism of the bucket library to fcntl() instead
authorMartin Mares <mj@ucw.cz>
Thu, 15 Mar 2001 22:23:43 +0000 (22:23 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 15 Mar 2001 22:23:43 +0000 (22:23 +0000)
commit1737ce5da35d23f4a701d2ab20b2bec84f2177dd
treef71bf4e68060c0adb889f26a24a2e3759c74cb72
parent1cfd326f0911ec6ead8c66e43e902fea8ba4f66f
Changed locking mechanism of the bucket library to fcntl() instead
of flock() as the flock locks have totally broken semantics -- they
happily permit multiple locks on a shared fd!
lib/bucket.c