view modules/posix_spawnattr_getflags @ 17259:bc20efc34eba octave-stable

branch to handle patches for Octave stable
author John W. Eaton <jwe@octave.org>
date Thu, 03 Jan 2013 14:26:52 -0500
parents f7f11056a86e
children
line wrap: on
line source

Description:
posix_spawnattr_getflags() function: get bitmask of attributes specified for
child process.

Files:
lib/spawnattr_getflags.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
  AC_LIBOBJ([spawnattr_getflags])
fi
gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_getflags])

Makefile.am:

Include:
<spawn.h>

License:
LGPLv2+

Maintainer:
Bruno Haible, glibc