mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/spawn-h: Renamed from modules/spawn. * modules/spawn-h-tests: Renamed from modules/spawn-tests. * modules/spawn-h-c++-tests: Renamed from modules/spawn-c++-tests. * tests/test-spawn-h.c: Renamed from tests/test-spawn.c. * tests/test-spawn-h-c++.cc: Renamed from tests/test-spawn-c++.cc. * doc/posix-headers/spawn.texi: Update. * modules/* (Depends-on): Update. * modules/spawn: New file.
31 lines
612 B
Plaintext
31 lines
612 B
Plaintext
Description:
|
|
posix_spawnattr_setschedparam() function: specify the scheduling parameters for
|
|
child process.
|
|
|
|
Files:
|
|
lib/spawnattr_setschedparam.c
|
|
m4/posix_spawn.m4
|
|
|
|
Depends-on:
|
|
spawn-h
|
|
|
|
configure.ac:
|
|
gl_POSIX_SPAWN
|
|
gl_CONDITIONAL([GL_COND_OBJ_SPAWNATTR_SETSCHEDPARAM],
|
|
[test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $gl_cv_func_spawnattr_setschedparam = no])
|
|
gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_setschedparam])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_SPAWNATTR_SETSCHEDPARAM
|
|
lib_SOURCES += spawnattr_setschedparam.c
|
|
endif
|
|
|
|
Include:
|
|
<spawn.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
glibc
|