view modules/posix_spawnp @ 17833:e57fa2127ab9

unicase/locale-language-tests: fix LOCALE_FR test * tests/unicase/test-locale-language.sh: Really use $LOCALE_FR for a French locale with traditional encoding. Reported by umerqayam in: http://lists.gnu.org/archive/html/bug-libunistring/2014-12/msg00000.html
author Daiki Ueno <ueno@gnu.org>
date Fri, 12 Dec 2014 09:20:59 +0900
parents 1f14c6dd175d
children
line wrap: on
line source

Description:
posix_spawnp() function: create a child process.

Files:
lib/spawnp.c
m4/posix_spawn.m4

Depends-on:
spawn
posix_spawn-internal [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]

configure.ac:
gl_POSIX_SPAWN
if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
  AC_LIBOBJ([spawnp])
  AC_LIBOBJ([spawni])
  gl_PREREQ_POSIX_SPAWN_INTERNAL
fi
gl_SPAWN_MODULE_INDICATOR([posix_spawnp])

Makefile.am:

Include:
<spawn.h>

License:
LGPLv2+

Maintainer:
glibc