summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/_flock_stub.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-3/+3
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>Daniel Eischen2001-04-101-4/+4
* Hide the definition of struct __sFILEX and add the neededDaniel Eischen2001-03-011-81/+23
* Correctly handle the race itself, too (don't leave it locked).Brian Feldman2001-02-231-0/+1
* Use the right names to call pthread_mutex_{,un}lock so that thingsBrian Feldman2001-02-231-2/+2
* Fix the problems I (and others, undoubtedly) have been having for aBrian Feldman2001-02-231-3/+12
* Fix the current libc breakage in current:Warner Losh2001-02-161-0/+10
* libc MT-safety, part 2.Daniel Eischen2001-02-111-22/+128
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove leading underscores for the functions (weak symbols here) thatJohn Birrell1998-05-051-4/+7
* Add FILE locking stubs for libc.John Birrell1998-04-111-0/+78