summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_sigaltstack.c
Commit message (Collapse)AuthorAgeFilesLines
* Return error code in errno, not in return value.davidxu2004-01-021-3/+6
|
* Implement sigaltstack() as per-threaded. Current only scope process threaddavidxu2003-12-291-0/+104
is supported, for scope system process, kernel signal bits need to be changed. Reviewed by: deischen Tested on : i386 amd64 ia64
OpenPOWER on IntegriCloud