| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
support removed in 2008 (prior to 8.0).
Approved by: deischen, imp
MFC after: 3 days
|
|
|
|
|
| |
version namespace which was needed before the library version was
bumped.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
send signal to current thread.
Reviewed by: deischen
|