view modules/pipe @ 14138:222670d93ba4

signal: work around Haiku issue with SIGBUS * lib/siglist.h: Add comment. * lib/sig2str.c (numname_table): Swap SIGBUS order, to match strsignal's favoring of SIGSEGV. * tests/test-signal.c (main): Avoid test failure. * doc/posix-headers/signal.texi (signal.h): Document the issue. Reported by Scott McCreary. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Fri, 31 Dec 2010 12:36:15 -0700
parents d02ecbcfc84d
children 440d21ed4f64
line wrap: on
line source

Description:
Creation of subprocesses, communicating via pipes.

Status:
obsolete

Notice:
This module is obsolete. Use the module 'spawn-pipe' instead.

Files:
lib/pipe.h

Depends-on:
spawn-pipe

configure.ac:

Makefile.am:

Include:

License:
GPL

Maintainer:
Bruno Haible