We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67e2f7d + 41dd5e4 commit f42369aCopy full SHA for f42369a
Sources/_SubprocessCShims/process_shims.c
@@ -87,7 +87,6 @@ vm_size_t _subprocess_vm_size(void) {
87
// MARK: - Private Helpers
88
static pthread_mutex_t _subprocess_fork_lock = PTHREAD_MUTEX_INITIALIZER;
89
90
-// Used after fork, before exec
91
static int _subprocess_block_everything_but_something_went_seriously_wrong_signals(sigset_t *old_mask) {
92
sigset_t mask;
93
int r = 0;
0 commit comments