1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 15:25:49 +00:00
Files
Bruno Haible e82e994cf8 execute: Prefer pthread_sigmask over sigprocmask.
Suggested by Paul Eggert.

* lib/execute.c (execute): Use pthread_sigmask to get the set of blocked
signals.
* modules/execute (Depends-on): Add pthread_sigmask.
2026-04-04 22:15:24 +02:00

59 lines
782 B
Plaintext

Description:
Creation of autonomous subprocesses.
Files:
lib/execute.h
lib/execute.c
m4/execute.m4
Depends-on:
dup2
canonicalize
environ
error
fatal-signal
filename
findprog-in
free-posix
msvc-nothrow
gettext-h
gnulib-i18n
spawn-h
posix_spawn
posix_spawnp
posix_spawn_file_actions_init
posix_spawn_file_actions_addopen
posix_spawn_file_actions_addchdir
posix_spawn_file_actions_destroy
posix_spawnattr_init
posix_spawnattr_setsigmask
posix_spawnattr_setflags
posix_spawnattr_destroy
pthread_sigmask
bool
stdlib-h
sys_wait-h
unistd-h
wait-process
windows-spawn
xalloc-die
configure.ac:
gl_EXECUTE
Makefile.am:
lib_SOURCES += execute.h execute.c
Include:
"execute.h"
Link:
$(LIBTHREAD)
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
License:
GPL
Maintainer:
all