summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-09-28 13:59:47 +0200
committerBruno Haible <bruno@clisp.org>2008-09-28 13:59:47 +0200
commit4dd331b3cfe0c7d24ceb3ec66fe256dd1b502229 (patch)
tree9520ae06371da92819bcb5a89663af399acd0830 /modules
parentc723de14113002c024294c878763846ea95aa3b4 (diff)
downloadgnulib-4dd331b3cfe0c7d24ceb3ec66fe256dd1b502229.tar.gz
New module 'posix_spawnattr_getschedparam'.
Diffstat (limited to 'modules')
-rw-r--r--modules/posix_spawnattr_getschedparam30
1 files changed, 30 insertions, 0 deletions
diff --git a/modules/posix_spawnattr_getschedparam b/modules/posix_spawnattr_getschedparam
new file mode 100644
index 0000000000..4691523503
--- /dev/null
+++ b/modules/posix_spawnattr_getschedparam
@@ -0,0 +1,30 @@
+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
+