mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
e82e994cf8
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.
59 lines
782 B
Plaintext
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
|