view modules/posix_spawnattr_setflags @ 40171:fbfa1d6417d9

strtod, strtold tests: Simplify tests. * tests/test-strtod.c (main): Assume no rounding errors for 0.5. * tests/test-strtold.c (main): Likewise.
author Bruno Haible <bruno@clisp.org>
date Fri, 01 Feb 2019 02:51:20 +0100
parents 1f14c6dd175d
children
line wrap: on
line source

Description:
posix_spawnattr_setflags() function: specify bitmask of attributes for child
process.

Files:
lib/spawnattr_setflags.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_setflags])
fi
gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_setflags])

Makefile.am:

Include:
<spawn.h>

License:
LGPLv2+

Maintainer:
glibc