mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Rename module spawn to spawn-h.
* modules/spawn-h: Renamed from modules/spawn. * modules/spawn-h-tests: Renamed from modules/spawn-tests. * modules/spawn-h-c++-tests: Renamed from modules/spawn-c++-tests. * tests/test-spawn-h.c: Renamed from tests/test-spawn.c. * tests/test-spawn-h-c++.cc: Renamed from tests/test-spawn-c++.cc. * doc/posix-headers/spawn.texi: Update. * modules/* (Depends-on): Update. * modules/spawn: New file.
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,15 @@
|
|||||||
|
2024-12-27 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
Rename module spawn to spawn-h.
|
||||||
|
* modules/spawn-h: Renamed from modules/spawn.
|
||||||
|
* modules/spawn-h-tests: Renamed from modules/spawn-tests.
|
||||||
|
* modules/spawn-h-c++-tests: Renamed from modules/spawn-c++-tests.
|
||||||
|
* tests/test-spawn-h.c: Renamed from tests/test-spawn.c.
|
||||||
|
* tests/test-spawn-h-c++.cc: Renamed from tests/test-spawn-c++.cc.
|
||||||
|
* doc/posix-headers/spawn.texi: Update.
|
||||||
|
* modules/* (Depends-on): Update.
|
||||||
|
* modules/spawn: New file.
|
||||||
|
|
||||||
2024-12-27 Bruno Haible <bruno@clisp.org>
|
2024-12-27 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Rename module search to search-h.
|
Rename module search to search-h.
|
||||||
|
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/spawn.h.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/spawn.h.html}
|
||||||
|
|
||||||
Gnulib module: spawn
|
Gnulib module: spawn-h
|
||||||
@mindex spawn
|
@mindex spawn-h
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -18,7 +18,7 @@ free-posix
|
|||||||
msvc-nothrow
|
msvc-nothrow
|
||||||
gettext-h
|
gettext-h
|
||||||
gnulib-i18n
|
gnulib-i18n
|
||||||
spawn
|
spawn-h
|
||||||
posix_spawn
|
posix_spawn
|
||||||
posix_spawnp
|
posix_spawnp
|
||||||
posix_spawn_file_actions_init
|
posix_spawn_file_actions_init
|
||||||
|
@@ -6,7 +6,7 @@ lib/spawn.c
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
posix_spawn-internal [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
|
posix_spawn-internal [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -7,7 +7,7 @@ lib/spawn_int.h
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
alloca-opt
|
alloca-opt
|
||||||
dup2
|
dup2
|
||||||
errno-h
|
errno-h
|
||||||
|
@@ -8,7 +8,7 @@ lib/spawn_int.h
|
|||||||
m4/posix_spawn_faction_addchdir.m4
|
m4/posix_spawn_faction_addchdir.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
posix_spawn_file_actions_init [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR = 0 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR = 1]
|
posix_spawn_file_actions_init [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR = 0 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -8,7 +8,7 @@ lib/spawn_int.h
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
getdtablesize [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE = 1]
|
getdtablesize [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE = 1]
|
||||||
posix_spawn_file_actions_init [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE = 1]
|
posix_spawn_file_actions_init [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE = 1]
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@ lib/spawn_int.h
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
getdtablesize [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 = 1]
|
getdtablesize [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 = 1]
|
||||||
posix_spawn_file_actions_init [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 = 1]
|
posix_spawn_file_actions_init [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 = 1]
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@ lib/spawn_int.h
|
|||||||
m4/posix_spawn_faction_addfchdir.m4
|
m4/posix_spawn_faction_addfchdir.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
posix_spawn_file_actions_init [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR = 0 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR = 1]
|
posix_spawn_file_actions_init [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR = 0 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -8,7 +8,7 @@ lib/spawn_int.h
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
getdtablesize [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN = 1]
|
getdtablesize [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN = 1]
|
||||||
posix_spawn_file_actions_init [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN = 1]
|
posix_spawn_file_actions_init [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN = 1]
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ lib/spawn_faction_destroy.c
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POSIX_SPAWN
|
gl_POSIX_SPAWN
|
||||||
|
@@ -8,7 +8,7 @@ lib/spawn_int.h
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POSIX_SPAWN
|
gl_POSIX_SPAWN
|
||||||
|
@@ -7,7 +7,7 @@ lib/spawnattr_destroy.c
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POSIX_SPAWN
|
gl_POSIX_SPAWN
|
||||||
|
@@ -7,7 +7,7 @@ lib/spawnattr_getflags.c
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POSIX_SPAWN
|
gl_POSIX_SPAWN
|
||||||
|
@@ -7,7 +7,7 @@ lib/spawnattr_getpgroup.c
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POSIX_SPAWN
|
gl_POSIX_SPAWN
|
||||||
|
@@ -7,7 +7,7 @@ lib/spawnattr_getschedparam.c
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POSIX_SPAWN
|
gl_POSIX_SPAWN
|
||||||
|
@@ -7,7 +7,7 @@ lib/spawnattr_getschedpolicy.c
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POSIX_SPAWN
|
gl_POSIX_SPAWN
|
||||||
|
@@ -7,7 +7,7 @@ lib/spawnattr_getdefault.c
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POSIX_SPAWN
|
gl_POSIX_SPAWN
|
||||||
|
@@ -7,7 +7,7 @@ lib/spawnattr_getsigmask.c
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POSIX_SPAWN
|
gl_POSIX_SPAWN
|
||||||
|
@@ -7,7 +7,7 @@ lib/spawnattr_init.c
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POSIX_SPAWN
|
gl_POSIX_SPAWN
|
||||||
|
@@ -7,7 +7,7 @@ lib/spawnattr_setflags.c
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POSIX_SPAWN
|
gl_POSIX_SPAWN
|
||||||
|
@@ -6,7 +6,7 @@ lib/spawnattr_setpgroup.c
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POSIX_SPAWN
|
gl_POSIX_SPAWN
|
||||||
|
@@ -7,7 +7,7 @@ lib/spawnattr_setschedparam.c
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POSIX_SPAWN
|
gl_POSIX_SPAWN
|
||||||
|
@@ -7,7 +7,7 @@ lib/spawnattr_setschedpolicy.c
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POSIX_SPAWN
|
gl_POSIX_SPAWN
|
||||||
|
@@ -7,7 +7,7 @@ lib/spawnattr_setdefault.c
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POSIX_SPAWN
|
gl_POSIX_SPAWN
|
||||||
|
@@ -7,7 +7,7 @@ lib/spawnattr_setsigmask.c
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POSIX_SPAWN
|
gl_POSIX_SPAWN
|
||||||
|
@@ -6,7 +6,7 @@ lib/spawnp.c
|
|||||||
m4/posix_spawn.m4
|
m4/posix_spawn.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
spawn
|
spawn-h
|
||||||
posix_spawn-internal [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
|
posix_spawn-internal [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -27,7 +27,7 @@ pty-h
|
|||||||
sched-h
|
sched-h
|
||||||
search-h
|
search-h
|
||||||
signal-h
|
signal-h
|
||||||
spawn
|
spawn-h
|
||||||
stdio
|
stdio
|
||||||
stdlib
|
stdlib
|
||||||
string
|
string
|
||||||
|
@@ -1,79 +1,20 @@
|
|||||||
Description:
|
Description:
|
||||||
A POSIX compliant <spawn.h>.
|
A POSIX compliant <spawn.h>.
|
||||||
|
|
||||||
|
Status:
|
||||||
|
deprecated
|
||||||
|
|
||||||
|
Notice:
|
||||||
|
This module is deprecated. Use the module 'spawn-h' instead.
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
lib/spawn.in.h
|
|
||||||
m4/spawn_h.m4
|
|
||||||
m4/pid_t.m4
|
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
gen-header
|
spawn-h
|
||||||
include_next
|
|
||||||
sched-h
|
|
||||||
signal-h
|
|
||||||
snippet/arg-nonnull
|
|
||||||
snippet/c++defs
|
|
||||||
snippet/warn-on-use
|
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_SPAWN_H
|
|
||||||
gl_SPAWN_H_REQUIRE_DEFAULTS
|
|
||||||
AC_PROG_MKDIR_P
|
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += spawn.h
|
|
||||||
|
|
||||||
# We need the following in order to create a replacement for <spawn.h> when
|
|
||||||
# the system doesn't have one.
|
|
||||||
spawn.h: spawn.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
|
||||||
@NMD@ $(AM_V_GEN)$(MKDIR_P) '%reldir%'
|
|
||||||
$(gl_V_at)$(SED_HEADER_STDOUT) \
|
|
||||||
-e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
|
||||||
-e 's|@''HAVE_SPAWN_H''@|$(HAVE_SPAWN_H)|g' \
|
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
||||||
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
||||||
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
|
|
||||||
-e 's|@''NEXT_SPAWN_H''@|$(NEXT_SPAWN_H)|g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWN''@/$(GNULIB_POSIX_SPAWN)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWNP''@/$(GNULIB_POSIX_SPAWNP)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWNATTR_INIT''@/$(GNULIB_POSIX_SPAWNATTR_INIT)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETFLAGS''@/$(GNULIB_POSIX_SPAWNATTR_GETFLAGS)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETFLAGS''@/$(GNULIB_POSIX_SPAWNATTR_SETFLAGS)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETPGROUP''@/$(GNULIB_POSIX_SPAWNATTR_GETPGROUP)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETPGROUP''@/$(GNULIB_POSIX_SPAWNATTR_SETPGROUP)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM''@/$(GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM''@/$(GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY''@/$(GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY''@/$(GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT''@/$(GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT''@/$(GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGMASK''@/$(GNULIB_POSIX_SPAWNATTR_GETSIGMASK)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGMASK''@/$(GNULIB_POSIX_SPAWNATTR_SETSIGMASK)/g' \
|
|
||||||
-e 's/@''GNULIB_POSIX_SPAWNATTR_DESTROY''@/$(GNULIB_POSIX_SPAWNATTR_DESTROY)/g' \
|
|
||||||
-e 's|@''HAVE_POSIX_SPAWN''@|$(HAVE_POSIX_SPAWN)|g' \
|
|
||||||
-e 's|@''HAVE_POSIX_SPAWNATTR_T''@|$(HAVE_POSIX_SPAWNATTR_T)|g' \
|
|
||||||
-e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_T''@|$(HAVE_POSIX_SPAWN_FILE_ACTIONS_T)|g' \
|
|
||||||
-e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR''@|$(HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR)|g' \
|
|
||||||
-e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR''@|$(HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR)|g' \
|
|
||||||
-e 's|@''REPLACE_POSIX_SPAWN''@|$(REPLACE_POSIX_SPAWN)|g' \
|
|
||||||
-e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR''@|$(REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR)|g' \
|
|
||||||
-e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@|$(REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE)|g' \
|
|
||||||
-e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@|$(REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2)|g' \
|
|
||||||
-e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR''@|$(REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR)|g' \
|
|
||||||
-e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@|$(REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN)|g' \
|
|
||||||
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
|
|
||||||
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
|
|
||||||
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
|
|
||||||
$(srcdir)/spawn.in.h > $@-t
|
|
||||||
$(AM_V_at)mv $@-t $@
|
|
||||||
MOSTLYCLEANFILES += spawn.h spawn.h-t
|
|
||||||
|
|
||||||
Include:
|
Include:
|
||||||
<spawn.h>
|
<spawn.h>
|
||||||
@@ -82,4 +23,3 @@ License:
|
|||||||
LGPLv2+
|
LGPLv2+
|
||||||
|
|
||||||
Maintainer:
|
Maintainer:
|
||||||
glibc
|
|
||||||
|
@@ -1,19 +0,0 @@
|
|||||||
Files:
|
|
||||||
tests/test-spawn-c++.cc
|
|
||||||
tests/signature.h
|
|
||||||
|
|
||||||
Status:
|
|
||||||
c++-test
|
|
||||||
|
|
||||||
Depends-on:
|
|
||||||
ansi-c++-opt
|
|
||||||
|
|
||||||
configure.ac:
|
|
||||||
|
|
||||||
Makefile.am:
|
|
||||||
if ANSICXX
|
|
||||||
TESTS += test-spawn-c++
|
|
||||||
check_PROGRAMS += test-spawn-c++
|
|
||||||
test_spawn_c___SOURCES = test-spawn-c++.cc
|
|
||||||
test_spawn_c___LDADD = $(LDADD) $(LIBINTL) $(NANOSLEEP_LIB)
|
|
||||||
endif
|
|
85
modules/spawn-h
Normal file
85
modules/spawn-h
Normal file
@@ -0,0 +1,85 @@
|
|||||||
|
Description:
|
||||||
|
A POSIX compliant <spawn.h>.
|
||||||
|
|
||||||
|
Files:
|
||||||
|
lib/spawn.in.h
|
||||||
|
m4/spawn_h.m4
|
||||||
|
m4/pid_t.m4
|
||||||
|
|
||||||
|
Depends-on:
|
||||||
|
gen-header
|
||||||
|
include_next
|
||||||
|
sched-h
|
||||||
|
signal-h
|
||||||
|
snippet/arg-nonnull
|
||||||
|
snippet/c++defs
|
||||||
|
snippet/warn-on-use
|
||||||
|
|
||||||
|
configure.ac:
|
||||||
|
gl_SPAWN_H
|
||||||
|
gl_SPAWN_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
|
Makefile.am:
|
||||||
|
BUILT_SOURCES += spawn.h
|
||||||
|
|
||||||
|
# We need the following in order to create a replacement for <spawn.h> when
|
||||||
|
# the system doesn't have one.
|
||||||
|
spawn.h: spawn.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
|
@NMD@ $(AM_V_GEN)$(MKDIR_P) '%reldir%'
|
||||||
|
$(gl_V_at)$(SED_HEADER_STDOUT) \
|
||||||
|
-e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
|
-e 's|@''HAVE_SPAWN_H''@|$(HAVE_SPAWN_H)|g' \
|
||||||
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
||||||
|
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
|
||||||
|
-e 's|@''NEXT_SPAWN_H''@|$(NEXT_SPAWN_H)|g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWN''@/$(GNULIB_POSIX_SPAWN)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWNP''@/$(GNULIB_POSIX_SPAWNP)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWNATTR_INIT''@/$(GNULIB_POSIX_SPAWNATTR_INIT)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETFLAGS''@/$(GNULIB_POSIX_SPAWNATTR_GETFLAGS)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETFLAGS''@/$(GNULIB_POSIX_SPAWNATTR_SETFLAGS)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETPGROUP''@/$(GNULIB_POSIX_SPAWNATTR_GETPGROUP)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETPGROUP''@/$(GNULIB_POSIX_SPAWNATTR_SETPGROUP)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM''@/$(GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM''@/$(GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY''@/$(GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY''@/$(GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT''@/$(GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT''@/$(GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGMASK''@/$(GNULIB_POSIX_SPAWNATTR_GETSIGMASK)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGMASK''@/$(GNULIB_POSIX_SPAWNATTR_SETSIGMASK)/g' \
|
||||||
|
-e 's/@''GNULIB_POSIX_SPAWNATTR_DESTROY''@/$(GNULIB_POSIX_SPAWNATTR_DESTROY)/g' \
|
||||||
|
-e 's|@''HAVE_POSIX_SPAWN''@|$(HAVE_POSIX_SPAWN)|g' \
|
||||||
|
-e 's|@''HAVE_POSIX_SPAWNATTR_T''@|$(HAVE_POSIX_SPAWNATTR_T)|g' \
|
||||||
|
-e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_T''@|$(HAVE_POSIX_SPAWN_FILE_ACTIONS_T)|g' \
|
||||||
|
-e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR''@|$(HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR)|g' \
|
||||||
|
-e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR''@|$(HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR)|g' \
|
||||||
|
-e 's|@''REPLACE_POSIX_SPAWN''@|$(REPLACE_POSIX_SPAWN)|g' \
|
||||||
|
-e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR''@|$(REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR)|g' \
|
||||||
|
-e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@|$(REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE)|g' \
|
||||||
|
-e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@|$(REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2)|g' \
|
||||||
|
-e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR''@|$(REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR)|g' \
|
||||||
|
-e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@|$(REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN)|g' \
|
||||||
|
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
|
||||||
|
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
|
||||||
|
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
|
||||||
|
$(srcdir)/spawn.in.h > $@-t
|
||||||
|
$(AM_V_at)mv $@-t $@
|
||||||
|
MOSTLYCLEANFILES += spawn.h spawn.h-t
|
||||||
|
|
||||||
|
Include:
|
||||||
|
<spawn.h>
|
||||||
|
|
||||||
|
License:
|
||||||
|
LGPLv2+
|
||||||
|
|
||||||
|
Maintainer:
|
||||||
|
glibc
|
19
modules/spawn-h-c++-tests
Normal file
19
modules/spawn-h-c++-tests
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
Files:
|
||||||
|
tests/test-spawn-h-c++.cc
|
||||||
|
tests/signature.h
|
||||||
|
|
||||||
|
Status:
|
||||||
|
c++-test
|
||||||
|
|
||||||
|
Depends-on:
|
||||||
|
ansi-c++-opt
|
||||||
|
|
||||||
|
configure.ac:
|
||||||
|
|
||||||
|
Makefile.am:
|
||||||
|
if ANSICXX
|
||||||
|
TESTS += test-spawn-h-c++
|
||||||
|
check_PROGRAMS += test-spawn-h-c++
|
||||||
|
test_spawn_h_c___SOURCES = test-spawn-h-c++.cc
|
||||||
|
test_spawn_h_c___LDADD = $(LDADD) $(LIBINTL) $(NANOSLEEP_LIB)
|
||||||
|
endif
|
11
modules/spawn-h-tests
Normal file
11
modules/spawn-h-tests
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
Files:
|
||||||
|
tests/test-spawn-h.c
|
||||||
|
|
||||||
|
Depends-on:
|
||||||
|
spawn-h-c++-tests
|
||||||
|
|
||||||
|
configure.ac:
|
||||||
|
|
||||||
|
Makefile.am:
|
||||||
|
TESTS += test-spawn-h
|
||||||
|
check_PROGRAMS += test-spawn-h
|
@@ -23,7 +23,7 @@ msvc-nothrow
|
|||||||
open
|
open
|
||||||
pipe2
|
pipe2
|
||||||
pipe2-safer
|
pipe2-safer
|
||||||
spawn
|
spawn-h
|
||||||
posix_spawn
|
posix_spawn
|
||||||
posix_spawnp
|
posix_spawnp
|
||||||
posix_spawn_file_actions_init
|
posix_spawn_file_actions_init
|
||||||
|
@@ -1,11 +0,0 @@
|
|||||||
Files:
|
|
||||||
tests/test-spawn.c
|
|
||||||
|
|
||||||
Depends-on:
|
|
||||||
spawn-c++-tests
|
|
||||||
|
|
||||||
configure.ac:
|
|
||||||
|
|
||||||
Makefile.am:
|
|
||||||
TESTS += test-spawn
|
|
||||||
check_PROGRAMS += test-spawn
|
|
Reference in New Issue
Block a user