]> git.ipfire.org Git - thirdparty/systemd.git/commit
stdio-bridge: don't be bothered with EINTR
authorLennart Poettering <lennart@poettering.net>
Tue, 22 Nov 2022 11:18:07 +0000 (12:18 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 22 Nov 2022 12:07:27 +0000 (13:07 +0100)
commit7c75f34131772781f690860de797d3e35fd0bed9
treec693167dd22985a27021ba1f9a57b8490b5ab438
parent3022916b4d2483452c3ddbbac9ee7c4372b1cb46
stdio-bridge: don't be bothered with EINTR

We handle signals via signal handlers, hence no need to be concerned
about EINTR.
src/stdio-bridge/stdio-bridge.c