windows-spawn: New module.
commita27e759a67c21e62d539339140d4252ed176557a
authorBruno Haible <bruno@clisp.org>
Sat, 28 Nov 2020 09:46:23 +0000 (28 10:46 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 28 Nov 2020 09:46:23 +0000 (28 10:46 +0100)
tree4d542c673d3b22ba7228e11910dabc2a38a63774
parent3c961e4397119ef7a8aeee2131e1af77a1449ce4
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.
ChangeLog
lib/execute.c
lib/spawn-pipe.c
lib/windows-spawn.c [moved from lib/w32spawn.h with 73% similarity]
lib/windows-spawn.h [new file with mode: 0644]
modules/execute
modules/spawn-pipe
modules/windows-spawn [new file with mode: 0644]