summaryrefslogtreecommitdiffstats
path: root/lib/libkse/kse.map
Commit message (Collapse)AuthorAgeFilesLines
* Add pthread_mutex_isowned_np() here as well; libthr and libkse are supposeddes2008-02-061-0/+5
| | | | | | to have identical functionality. MFC after: 2 weeks
* Give libkse the same treatment as libthr re. symbol versioning.des2008-02-061-7/+0
| | | | MFC after: 2 weeks
* Add _pthread_mutex_init_calloc_cb() to libthr and libkse, so that malloc(3)jasone2007-11-271-0/+1
| | | | | (part of libc) can use pthreads mutexes without causing infinite recursion during initialization.
* Repo copy libpthreads to libkse.obrien2007-10-091-0/+368
This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith)
OpenPOWER on IntegriCloud