From 84d81c6ca86c3cf207ad2e8b30159fab49599f1b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 28 Sep 2008 14:00:30 +0200 Subject: New module 'posix_spawnattr_setschedparam'. --- modules/posix_spawnattr_setschedparam | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 modules/posix_spawnattr_setschedparam (limited to 'modules/posix_spawnattr_setschedparam') diff --git a/modules/posix_spawnattr_setschedparam b/modules/posix_spawnattr_setschedparam new file mode 100644 index 0000000000..abef5f28dd --- /dev/null +++ b/modules/posix_spawnattr_setschedparam @@ -0,0 +1,30 @@ +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; then + gl_REPLACE_SPAWN_H + AC_LIBOBJ([spawnattr_setschedparam]) +fi +gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_setschedparam]) + +Makefile.am: + +Include: + + +License: +LGPL + +Maintainer: +Bruno Haible, glibc + -- cgit v1.2.1