view modules/posix_spawnattr_destroy @ 30215:157fc49681dd

New module 'posix_spawnattr_destroy'.
author Bruno Haible <bruno@clisp.org>
date Sun, 28 Sep 2008 14:10:42 +0200
parents
children 10297800b5ad
line wrap: on
line source

Description:
posix_spawnattr_destroy() function: free a child process attributes
specification.

Files:
lib/spawnattr_destroy.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_destroy])
fi
gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_destroy])

Makefile.am:

Include:
<spawn.h>

License:
LGPL

Maintainer:
Bruno Haible, glibc