Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / posix_spawnattr_destroy
blob06d28bcc77768fa5c2c5125df023eb816802ca93
1 Description:
2 posix_spawnattr_destroy() function: free a child process attributes
3 specification.
5 Files:
6 lib/spawnattr_destroy.c
7 m4/posix_spawn.m4
9 Depends-on:
10 spawn
12 configure.ac:
13 gl_POSIX_SPAWN
14 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
15   AC_LIBOBJ([spawnattr_destroy])
17 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_destroy])
19 Makefile.am:
21 Include:
22 <spawn.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 glibc