History log of /netbsd-src/lib/libc/gen/lockf.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 9e66e6d7 25-Jun-2012 abs <abs@NetBSD.org>

Update old-style definitions to ANSI, remove a couple of register
definitions along the way. Fixed gcc 4.1 build (thank you vax)


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 60549036 22-Jan-2000 mycroft <mycroft@NetBSD.org>

Delint.
Remove trailing ; from uses of __weak_alias(). The macro inserts this if
needed.


# 916831ec 20-Dec-1997 kleink <kleink@NetBSD.org>

Add lockf(), an alternate interface to perform advisory record locking;
per XPG4.2.