Mercurial > hg > octave-shane > gnulib-hg
view modules/spawn-pipe @ 17632:86af85d364e1 default tip
unistd: port readlink to Mac OS X 10.3.9
* lib/unistd.in.h (_GL_INCLUDING_UNISTD_H): New macro, to work
around self-include problem in Mac OS X 10.3.9 when combined with
readlink module. Problem reported by Klaus Zietler in
<http://bugs.gnu.org/16825>.
author | Paul Eggert <eggert@penguin.cs.ucla.edu> |
---|---|
date | Tue, 25 Feb 2014 11:16:27 -0800 |
parents | b86e9061a6d0 |
children |
line wrap: on
line source
Description: Creation of subprocesses, communicating via pipes. Files: lib/spawn-pipe.h lib/spawn-pipe.c lib/w32spawn.h m4/spawn-pipe.m4 Depends-on: cloexec dup2 environ error fatal-signal gettext-h msvc-nothrow open pipe2 pipe2-safer spawn posix_spawnp posix_spawn_file_actions_init posix_spawn_file_actions_addclose posix_spawn_file_actions_adddup2 posix_spawn_file_actions_addopen posix_spawn_file_actions_destroy posix_spawnattr_init posix_spawnattr_setsigmask posix_spawnattr_setflags posix_spawnattr_destroy stdbool stdlib strpbrk unistd unistd-safer wait-process configure.ac: gl_SPAWN_PIPE Makefile.am: lib_SOURCES += spawn-pipe.h spawn-pipe.c w32spawn.h Include: "spawn-pipe.h" License: GPL Maintainer: Bruno Haible