summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_once.c
Commit message (Collapse)AuthorAgeFilesLines
* Call _thread_init() from pthread_once() if it has not already been called.Doug Rabson2000-07-211-0/+2
| | | | | | | | | | This fixes a segfault in some C++ programs which use exceptions before main() has been called (i.e. from global constructors). Reviewed by: deischen Notes: svn path=/head/; revision=63710
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add RCS IDs to those files without them.Daniel Eischen1999-08-051-1/+2
| | | | | | | | | | Fix copyrights (s/REGENTS/AUTHOR). Suggested by: tg Approved by: jb Notes: svn path=/head/; revision=49439
* Reviewed by: julianJulian Elischer1996-01-221-0/+50
Submitted by: john birrel One version of the pthreads library another will follow with differnt actions under some cases.. not QUITE complete Notes: svn path=/head/; revision=13546