summaryrefslogtreecommitdiff
path: root/modules/posix_spawnattr_setschedparam
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-09-28 14:00:30 +0200
committerBruno Haible <bruno@clisp.org>2008-09-28 14:00:30 +0200
commit84d81c6ca86c3cf207ad2e8b30159fab49599f1b (patch)
treedbdb4c45428fd29c4a9357186464be1c9b5515cc /modules/posix_spawnattr_setschedparam
parent4dd331b3cfe0c7d24ceb3ec66fe256dd1b502229 (diff)
downloadgnulib-84d81c6ca86c3cf207ad2e8b30159fab49599f1b.tar.gz
New module 'posix_spawnattr_setschedparam'.
Diffstat (limited to 'modules/posix_spawnattr_setschedparam')
-rw-r--r--modules/posix_spawnattr_setschedparam30
1 files changed, 30 insertions, 0 deletions
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:
+<spawn.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible, glibc
+