Mercurial > hg > octave-nkf > gnulib-hg
view modules/posix_spawnattr_init @ 13415:a884db63982b
Avoid some more warnings from "gcc -Wwrite-strings".
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 11 Jun 2010 21:17:11 +0200 |
parents | 49d1dc7b5213 |
children | 10297800b5ad |
line wrap: on
line source
Description: posix_spawnattr_init() function: initialize child process attributes specification. Files: lib/spawnattr_init.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_init]) fi gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_init]) Makefile.am: Include: <spawn.h> License: LGPL Maintainer: Bruno Haible, glibc