aboutsummaryrefslogtreecommitdiff
path: root/src/signal/psiginfo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* prevent psignal/psiginfo from clobbering stderr orientation, errno•••these functions are specified to write to stderr but not set its orientation, presumably so that they can be used in programs operating stderr in wide mode. also, they are not allowed to clobber errno on success. save and restore to meet the requirement. psiginfo is reduced to a think wrapper around psignal, since it already behaved the same. if we want to add more detailed siginfo printing at some point this will need refactoring. Rich Felker2018-08-301-5/+1
* fix missing prototypes/wrong signature for psiginfo, psignalRich Felker2011-09-021-1/+1
* implement psignal and psiginfoRich Felker2011-06-081-0/+10