1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-26 08:55:40 +03:00
This commit is contained in:
Mike Gilbert 2024-10-25 18:50:52 +01:00 committed by GitHub
commit ea8524052e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2029,7 +2029,7 @@ int posix_spawn_wrapper(
const char *cgroup,
PidRef *ret_pidref) {
short flags = POSIX_SPAWN_SETSIGMASK|POSIX_SPAWN_SETSIGDEF;
short flags = POSIX_SPAWN_SETSIGMASK;
posix_spawnattr_t attr;
sigset_t mask;
int r;