Mercurial > hg-stable
diff Makefile @ 28084:3fc45956c978
chg: initialize sigaction fields more reliably
It seems calling memset() and sigemptyset() is common pattern to initialize
sigaction. And strictly speaking, sigset_t must be initialized by sigemptyset()
or sigfillset(). I saw git and uwsgi do that way, so let's follow them.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Fri, 29 Jan 2016 22:42:22 +0900 |
parents | ef9301ce6046 |
children | 17b85d739b62 |