summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_symbols.c
Commit message (Collapse)AuthorAgeFilesLines
* Repo copy libpthreads to libkse.obrien2007-10-091-78/+0
| | | | | | This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith)
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
|
* Export offsets of thread signal pending set and signal mask for debugger.davidxu2006-05-171-0/+2
|
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)deischen2006-03-131-0/+18
| | | | | | | | | | | used LIBTHREAD_1_0 as its version definition, but now needs to define its symbols in the same namespace used by libc. The compatibility hooks allows you to use libraries and binaries built and linked to libpthread before libc was built with symbol versioning. The shims can be removed if libpthread is given a version bump. Reviewed by: davidxu
* Include needed headers that were obtained through <pthread.h>. Sort headersstefanf2005-09-011-0/+1
| | | | while here.
* Add a file to collection all symbols will be needed by debugger.davidxu2004-08-161-0/+60
OpenPOWER on IntegriCloud