]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 03db4199090206c83dd514c9fead872a716f7222..720614faeccbc6a3e332ece2d2b1b69655926e95 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 be831a833a5761c3165a064380a3cae2558c9a75..37aaa1357ccd5b99e9b0a56a0b9eb24b550dc886 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