aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb/lock_ex.c
Commit message (Collapse)AuthorAgeFilesLines
* Revamp lock primitives; prepare for 2.10.0.0 instead of 2.9.4.0Laurent Bercot2020-11-291-34/+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.
* Types change: big pass on libstddjb and libunixonacidLaurent Bercot2017-02-211-5/+2
| | | | libdatastruct still missing, library still not functional
* More types changesLaurent Bercot2017-02-171-2/+2
| | | | | | | | | New disize Add size_t to the autotypes list Delete redundant and replace-libc files dev_t/ino_t pass Big size_t pass More things missing, still not operational yet
* initial commit with rc for skalibs-2.0.0.0Laurent Bercot2014-09-181-0/+37