summaryrefslogtreecommitdiff
path: root/lib/execute.c
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 /lib/execute.c
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 'lib/execute.c')
-rw-r--r--lib/execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/execute.c b/lib/execute.c
index 15d9ba98d2..41e1e9222c 100644
--- a/lib/execute.c
+++ b/lib/execute.c
@@ -39,7 +39,7 @@
/* Native Windows API. */
# include <process.h>
-# include "w32spawn.h"
+# include "windows-spawn.h"
#else