]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/main.c
util: unify implementation of NOP signal handler
authorLennart Poettering <lennart@poettering.net>
Tue, 22 Sep 2015 23:32:44 +0000 (01:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 29 Sep 2015 19:08:37 +0000 (21:08 +0200)
commit189d5bac5c45a6a735489541e285dec8bfc1d38d
tree955cf1bb252323c0f7720d88971de65ddbc0a290
parente6e242ad2d5f72573ceb4442242789aa23962cd2
util: unify implementation of NOP signal handler

This is highly complex code after all, we really should make sure to
only keep one implementation of this extremely difficult function
around.
src/basic/util.c
src/basic/util.h
src/core/main.c
src/nspawn/nspawn.c