summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_testcancel.3
Commit message (Collapse)AuthorAgeFilesLines
* Use ``.St -p1003.1-96''.ru2001-02-261-3/+2
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
|
* Introduce .Lb macro to libc_r manpages.phantom2000-04-221-0/+2
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-10/+20
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-0/+187
eischen (Daniel Eischen) added wrappers to protect against cancled threads orphaning internal resources. the cancelability code is still a bit fuzzy but works for test programs of my own, OpenBSD's and some examples from ORA's books. add readdir_r to both libc and libc_r add some 'const' attributes to function parameters Reviewed by: eischen, jasone
OpenPOWER on IntegriCloud