From 0e24a8b2f490baa90f726639134d04ec82078b98 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 28 Jan 2012 11:11:41 +0800 Subject: [PATCH] * src/s/gnu.h: Define POSIX_SIGNALS. Fixes: debbugs:10552 --- src/ChangeLog | 5 +++++ src/s/gnu.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 03db4199090..720614faecc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ +2012-01-28 Samuel Thibault (tiny change) + + * s/gnu.h: Define POSIX_SIGNALS (Bug#10552). + 2012-01-28 Chong Yidong + * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550). 2012-01-26 Chong Yidong diff --git a/src/s/gnu.h b/src/s/gnu.h index be831a833a5..37aaa1357cc 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h @@ -44,5 +44,7 @@ along with GNU Emacs. If not, see . */ #endif /* !_IO_STDIO_H */ #endif /* emacs */ +#define POSIX_SIGNALS 1 + /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */ #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS -- 2.39.2