view modules/posix_spawnattr_getschedparam @ 12918:1aed01763cec

Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
author Bruno Haible <bruno@clisp.org>
date Sun, 07 Mar 2010 16:10:57 +0100
parents 115d14b3387f
children 10297800b5ad
line wrap: on
line source

Description:
posix_spawnattr_getschedparam() function: get the scheduling parameters
specified for child process.

Files:
lib/spawnattr_getschedparam.c
m4/posix_spawn.m4

Depends-on:
spawn

configure.ac:
gl_POSIX_SPAWN
if test $HAVE_POSIX_SPAWN = 0 \
   || test $REPLACE_POSIX_SPAWN = 1 \
   || test $gl_cv_func_spawnattr_setschedparam = no; then
  gl_REPLACE_SPAWN_H
  AC_LIBOBJ([spawnattr_getschedparam])
fi
gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_getschedparam])

Makefile.am:

Include:
<spawn.h>

License:
LGPL

Maintainer:
Bruno Haible, glibc