Skip to content

Conversation

@navi-desu
Copy link
Member

No description provided.

makes the code simpler, since we don't have to care about signals and
forking directly, and faster.
odd line breaks were annoying me a lot
@navi-desu navi-desu merged commit bf972af into master Nov 12, 2025
10 checks passed
@navi-desu navi-desu deleted the posix_spawn branch November 12, 2025 20:24
Comment on lines +330 to +331
posix_spawnattr_init(&chldmask);
posix_spawnattr_setsigmask(&chldmask, &full);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thinking about it, those i want to move to openrc-run itself tbh, better unconditionally unmasking signals where needed, than relying on the caller except in some places

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants