diff options
author | matthew <> | 2014-07-09 18:19:40 +0000 |
---|---|---|
committer | matthew <> | 2014-07-09 18:19:40 +0000 |
commit | 4ad21b851b73c49f8a20a8b6bf3c423280cbcff4 (patch) | |
tree | 961e57320e0a1834f8b9051a00b0e7fea8609d02 /src/lib/libcrypto/rsa/rsa_crpt.c | |
parent | baa1f4435249dbfdf92daeecd3fd2f8b2ca2df3a (diff) | |
download | openbsd-4ad21b851b73c49f8a20a8b6bf3c423280cbcff4.tar.gz openbsd-4ad21b851b73c49f8a20a8b6bf3c423280cbcff4.tar.bz2 openbsd-4ad21b851b73c49f8a20a8b6bf3c423280cbcff4.zip |
Minor cleanups
Rename _waitpid() to safewaitpid() to avoid POSIX reserved identifier
namespace.
KNF nit: return value expressions should be surrounded by parentheses,
per style(9).
Ensure SIGCHLD is set to SIG_DFL, not SIG_IGN. POSIX allows (and
requires under XSI) that terminated child processes not leave zombies
if SIGCHLD is set to SIG_IGN, and it also allows execve() to leave
SIGCHLD set to SIG_IGN.
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa_crpt.c')
0 files changed, 0 insertions, 0 deletions