doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / posix_spawnattr_getschedpolicy
1 Description:
2 posix_spawnattr_getschedpolicy() function: get the scheduling policy specified
3 for child process.
4
5 Files:
6 lib/spawnattr_getschedpolicy.c
7 m4/posix_spawn.m4
8
9 Depends-on:
10 spawn
11
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_setschedpolicy = no; then
17   AC_LIBOBJ([spawnattr_getschedpolicy])
18 fi
19 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_getschedpolicy])
20
21 Makefile.am:
22
23 Include:
24 <spawn.h>
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Bruno Haible, glibc
31