mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 14:40:31 +00:00
signal-util: fix typo
Noticed by @behrmann: https://github.com/systemd/systemd/pull/20156#discussion_r667451006
This commit is contained in:
@@ -265,7 +265,7 @@ int pop_pending_signal_internal(int sig, ...) {
|
||||
if (sigemptyset(&ss) < 0)
|
||||
return -errno;
|
||||
|
||||
/* Add first signal (if the signal is zero, we'll silently skip it, to make it easiert to build
|
||||
/* Add first signal (if the signal is zero, we'll silently skip it, to make it easier to build
|
||||
* parameter lists where some element are sometimes off, similar to how sigset_add_many_ap() handles
|
||||
* this.) */
|
||||
if (sig > 0 && sigaddset(&ss, sig) < 0)
|
||||
|
||||
Reference in New Issue
Block a user