Mercurial > hg > octave-lojdl > gnulib-hg
view modules/posix_spawn_file_actions_adddup2 @ 15333:f03da5e72c61
timespec-add, timespec-sub: new modules
* lib/timespec.h (timespec_add, timespec_sub): New decls.
* lib/timespec-add.c, lib/timespec-sub.c:
* modules/timespec-add, modules/timespec-sub: New files.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Thu, 30 Jun 2011 15:17:31 -0700 |
parents | f7f11056a86e |
children | 1f810b97845d |
line wrap: on
line source
Description: posix_spawn_file_actions_adddup2() function: augment a child process actions specification. Files: lib/spawn_faction_adddup2.c lib/spawn_int.h m4/posix_spawn.m4 Depends-on: spawn getdtablesize [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1] configure.ac: gl_POSIX_SPAWN if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then AC_LIBOBJ([spawn_faction_adddup2]) fi gl_SPAWN_MODULE_INDICATOR([posix_spawn_file_actions_adddup2]) Makefile.am: Include: <spawn.h> License: LGPLv2+ Maintainer: Bruno Haible, glibc