view modules/posix_spawnattr_setschedparam @ 13922:120aa31e498d

* build-aux/gendocs.sh: restore x bit
author Eric Blake <eblake@redhat.com>
date Fri, 10 Dec 2010 09:40:08 -0700
parents 10297800b5ad
children f7f11056a86e
line wrap: on
line source

Description:
posix_spawnattr_setschedparam() function: specify the scheduling parameters for
child process.

Files:
lib/spawnattr_setschedparam.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_setschedparam])
fi
gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_setschedparam])

Makefile.am:

Include:
<spawn.h>

License:
LGPLv2+

Maintainer:
Bruno Haible, glibc