summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_autoinit.c
Commit message (Collapse)AuthorAgeFilesLines
* Use GCC's __attribute__ ((constructor)) mechanism to invoke the pthreadAlfred Perlstein2002-05-111-0/+61
startup code rather than a static C++ object since c++ seems to be broken. This doesn't seem to work for staticically linked program just yet, I'll give that some more work when I get a chance. Notes: svn path=/head/; revision=96401