]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev-event: drop redundant code
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 22 Oct 2018 09:25:18 +0000 (18:25 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 23 Oct 2018 19:46:48 +0000 (04:46 +0900)
commit63ec4dfaa1265729c2ca070b862e40317193c1f5
tree891c46e33ef0ad79916a8a1f8b809bec0c544007
parent3ad4d482c7175bbed3a24210a4ec95516e9dc159
udev-event: drop redundant code

We have set FORK_RESET_SIGNALS in safe_fork(). So, calling
reset_signal_mask() after safe_fork() is redundant.
src/udev/udev-event.c