posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / posix_spawnattr_setschedparam
blobf7a5c8b243764c2a17746d5f61b7fea9ac66ef03
1 Description:
2 posix_spawnattr_setschedparam() function: specify the scheduling parameters for
3 child process.
5 Files:
6 lib/spawnattr_setschedparam.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_setschedparam])
19 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_setschedparam])
21 Makefile.am:
23 Include:
24 <spawn.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 glibc