Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / posix_spawn_file_actions_adddup2
blob361ccb858ae87aa9feed1760553173ef9365b8e0
1 Description:
2 posix_spawn_file_actions_adddup2() function: augment a child process actions
3 specification.
5 Files:
6 lib/spawn_faction_adddup2.c
7 lib/spawn_int.h
8 m4/posix_spawn.m4
10 Depends-on:
11 spawn
12 getdtablesize                 [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 = 1]
13 posix_spawn_file_actions_init [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 = 1]
15 configure.ac:
16 gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2
17 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 = 1; then
18   AC_LIBOBJ([spawn_faction_adddup2])
20 gl_SPAWN_MODULE_INDICATOR([posix_spawn_file_actions_adddup2])
22 Makefile.am:
24 Include:
25 <spawn.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 glibc