view modules/extensions @ 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 404dc8725caf
children
line wrap: on
line source

Description:
Enable extensions in standard headers

Files:
m4/extensions.m4

Depends-on:

configure.ac-early:
AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])

configure.ac:

Makefile.am:

Include:

License:
LGPLv2+

Maintainer:
Paul Eggert and Jim Meyering