Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / posix_spawnattr_getschedparam
blob4aaa7938c26966945bd9cda219088c109d00b577
1 Description:
2 posix_spawnattr_getschedparam() function: get the scheduling parameters
3 specified for child process.
5 Files:
6 lib/spawnattr_getschedparam.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 \
15    || test $REPLACE_POSIX_SPAWN = 1 \
16    || test $gl_cv_func_spawnattr_setschedparam = no; then
17   AC_LIBOBJ([spawnattr_getschedparam])
19 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_getschedparam])
21 Makefile.am:
23 Include:
24 <spawn.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 glibc