Fix Changelog typo.
[gnulib.git] / modules / posix_spawnattr_getschedparam
blob3a2ba00a1dba5426d980b2cd954d1f29d1d462aa
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 gl_CONDITIONAL([GL_COND_OBJ_SPAWNATTR_GETSCHEDPARAM],
15                [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $gl_cv_func_spawnattr_setschedparam = no])
16 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_getschedparam])
18 Makefile.am:
19 if GL_COND_OBJ_SPAWNATTR_GETSCHEDPARAM
20 lib_SOURCES += spawnattr_getschedparam.c
21 endif
23 Include:
24 <spawn.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 glibc