Mercurial > hg > octave-shane > gnulib-hg
view modules/posix_spawnattr_getschedparam @ 10812:a672954bb892
New module 'servent'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 16 Nov 2008 05:02:40 +0100 |
parents | 115d14b3387f |
children | 1aed01763cec |
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; 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