From: Chong Yidong Date: Sat, 28 Jan 2012 03:11:41 +0000 (+0800) Subject: * src/s/gnu.h: Define POSIX_SIGNALS. X-Git-Tag: emacs-pretest-24.0.93~37 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0e24a8b2f490baa90f726639134d04ec82078b98;p=emacs.git * src/s/gnu.h: Define POSIX_SIGNALS. Fixes: debbugs:10552 --- 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