view modules/spawn-pipe @ 17364:7524d97ae56f

stdalign: port to stricter ISO C11 ISO C11 says that _Alignof's operand must be a parenthesized type. Problem reported by Eli Zaretskii in <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00960.html>. * doc/posix-headers/stdalign.texi (stdalign.h): Document this. * m4/stdalign.m4 (gl_STDALIGN_H): Don't use _Alignof (expr).
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 29 Mar 2013 19:47:13 -0700
parents b86e9061a6d0
children 1f14c6dd175d
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