Mercurial > hg > octave-nkf > gnulib-hg
view modules/posix_spawnattr_getschedpolicy @ 17933:7dd80fb0f8e2 master
uniwbrk/u32-wordbreaks-tests: fix copyright
* tests/uniwbrk/test-uc-wordbreaks.c: Fix copyright date.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 23 Feb 2015 15:52:58 -0800 |
parents | 1f14c6dd175d |
children |
line wrap: on
line source
Description: posix_spawnattr_getschedpolicy() function: get the scheduling policy specified for child process. Files: lib/spawnattr_getschedpolicy.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_setschedpolicy = no; then AC_LIBOBJ([spawnattr_getschedpolicy]) fi gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_getschedpolicy]) Makefile.am: Include: <spawn.h> License: LGPLv2+ Maintainer: glibc