Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the correct type for and argument. Recent changes to namespace.h | deischen | 2006-03-28 | 1 | -1/+1 |
| | | | | | | exposed this bug. Reported by: kris | ||||
* | Add compatibility symbol maps. libpthread (.so.1 and .so.2) | deischen | 2006-03-13 | 1 | -0/+7 |
| | | | | | | | | | | | 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 | ||||
* | Add code to support barrier synchronous object and implement | davidxu | 2003-09-04 | 1 | -0/+122 |
pthread_mutex_timedlock(). Reviewed by: deischen |