Mercurial > hg > octave-kai > gnulib-hg
view modules/posix_spawn @ 12430:235cc0b78f8a
New module 'nl_langinfo'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 11 Dec 2009 20:09:02 +0100 |
parents | 47d5b14c7a94 |
children | 10297800b5ad |
line wrap: on
line source
Description: posix_spawn() function: create a child process. Files: lib/spawn.c m4/posix_spawn.m4 Depends-on: spawn posix_spawn-internal configure.ac: gl_POSIX_SPAWN if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then gl_REPLACE_SPAWN_H AC_LIBOBJ([spawn]) gl_POSIX_SPAWN_INTERNAL fi gl_SPAWN_MODULE_INDICATOR([posix_spawn]) Makefile.am: Include: <spawn.h> License: LGPL Maintainer: Bruno Haible, glibc