From 90b819c6d832046840018ff08b9bc5d0e3b69c37 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 29 Nov 2020 21:02:32 +0000 Subject: Revamp lock primitives; prepare for 2.10.0.0 instead of 2.9.4.0 flock() doesn't have a way to test for a lock without taking it. lockf() doesn't have shared locks. The only way to have both is fcntl(). So I rewrote all the locking stuff around fcntl(), and used the opportunity to change the interface. The point of changing the interface is to stop having to bother with the old one, so to hell with compatibility, let's just do a major bump. --- doc/index.html | 2 +- doc/libstddjb/djbunix.html | 45 +++++++++++++-------------------------------- doc/license.html | 2 +- doc/upgrade.html | 4 +++- 4 files changed, 18 insertions(+), 35 deletions(-) (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index c7cb59c..66095a2 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,7 @@ with a standard C development environment

Download