summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_raise.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the libkse directory. It was unhooked from the build and kernelbrooks2014-04-161-57/+0
| | | | | | | support removed in 2008 (prior to 8.0). Approved by: deischen, imp MFC after: 3 days
* Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0deischen2007-12-161-3/+0
| | | | | version namespace which was needed before the library version was bumped.
* WARNS=3'ify.deischen2007-11-301-2/+6
|
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)deischen2006-03-131-0/+3
| | | | | | | | | | | 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
* Override libc function raise(), in threading mode, raise() willdavidxu2003-07-191-0/+53
send signal to current thread. Reviewed by: deischen
OpenPOWER on IntegriCloud