* src/s/gnu.h: Define POSIX_SIGNALS.
authorChong Yidong <cyd@gnu.org>
Sat, 28 Jan 2012 03:11:41 +0000 (11:11 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 28 Jan 2012 03:11:41 +0000 (11:11 +0800)
Fixes: debbugs:10552

src/ChangeLog
src/s/gnu.h

index 03db419..720614f 100644 (file)
@@ -1,5 +1,10 @@
+2012-01-28  Samuel Thibault  <sthibault@debian.org>  (tiny change)
+
+       * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
+
 2012-01-28  Chong Yidong  <cyd@gnu.org>
 
+
        * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
 
 2012-01-26  Chong Yidong  <cyd@gnu.org>
index be831a8..37aaa13 100644 (file)
@@ -44,5 +44,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #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