summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-signal.c
AgeCommit message (Collapse)Author
2019-10-11Re-add SA_RESTART to mysignal.Darren Tucker
This makes mysignal implement reliable BSD semantics according to Stevens' APUE. This was first attempted in 2001 but was reverted due to problems with HP-UX 10.20 and select() and possibly grantpt(). Modern systems should be fine with it, but if any current platforms have a problem with it now we can disable it just for those. ok djm@
2019-09-30Include stdio.h for snprintf.Darren Tucker
Patch from vapier@gentoo.org.
2018-02-11Move signal compat code into bsd-signal.{c,h}Darren Tucker