view modules/fatal-signal @ 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 54813304edd2
children 1f14c6dd175d
line wrap: on
line source

Description:
Emergency actions in case of a fatal signal.

Files:
lib/fatal-signal.h
lib/fatal-signal.c
m4/fatal-signal.m4
m4/sig_atomic_t.m4

Depends-on:
xalloc
stdbool
unistd
sigaction
sigprocmask
raise

configure.ac:
gl_FATAL_SIGNAL

Makefile.am:
lib_SOURCES += fatal-signal.h fatal-signal.c

Include:
"fatal-signal.h"

License:
GPL

Maintainer:
Bruno Haible