summaryrefslogtreecommitdiff
path: root/modules/execute
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-11-28 10:46:23 +0100
committerBruno Haible <bruno@clisp.org>2020-11-28 10:46:23 +0100
commita27e759a67c21e62d539339140d4252ed176557a (patch)
tree4d542c673d3b22ba7228e11910dabc2a38a63774 /modules/execute
parent3c961e4397119ef7a8aeee2131e1af77a1449ce4 (diff)
downloadgnulib-a27e759a67c21e62d539339140d4252ed176557a.tar.gz
windows-spawn: New module.
* lib/windows-spawn.h: Renamed from lib/w32spawn.h. Remove implementations. * lib/windows-spawn.c: Renamed from lib/w32spawn.h. * modules/windows-spawn: New file. * lib/execute.c: Include "windows-spawn.h" instead of "w32spawn.h". * lib/spawn-pipe.c: Likewise. * modules/execute (Files): Remove lib/w32spawn.h. (Depends-on): Add windows-spawn. Remove cloexec, msvc-nothrow, strpbrk, xalloc. (Makefile.am): Remove w32spawn.h from lib_SOURCES. * modules/spawn-pipe (Files): Remove lib/w32spawn.h. (Depends-on): Add windows-spawn. Remove cloexec, msvc-nothrow, strpbrk, xalloc. (Makefile.am): Remove w32spawn.h from lib_SOURCES.
Diffstat (limited to 'modules/execute')
-rw-r--r--modules/execute8
1 files changed, 2 insertions, 6 deletions
diff --git a/modules/execute b/modules/execute
index a438fbfd7b..4a7f845961 100644
--- a/modules/execute
+++ b/modules/execute
@@ -4,17 +4,14 @@ Creation of autonomous subprocesses.
Files:
lib/execute.h
lib/execute.c
-lib/w32spawn.h
m4/execute.m4
Depends-on:
-cloexec
dup2
error
fatal-signal
wait-process
gettext-h
-msvc-nothrow
spawn
posix_spawnp
posix_spawn_file_actions_init
@@ -26,16 +23,15 @@ posix_spawnattr_setflags
posix_spawnattr_destroy
stdbool
stdlib
-strpbrk
unistd
environ
-xalloc
+windows-spawn
configure.ac:
gl_EXECUTE
Makefile.am:
-lib_SOURCES += execute.h execute.c w32spawn.h
+lib_SOURCES += execute.h execute.c
Include:
"execute.h"