[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r106964: * src/s/gnu.h: Define POSIX_
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r106964: * src/s/gnu.h: Define POSIX_SIGNALS. |
Date: |
Sat, 28 Jan 2012 11:11:41 +0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 106964
fixes bug(s): http://debbugs.gnu.org/10552
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2012-01-28 11:11:41 +0800
message:
* src/s/gnu.h: Define POSIX_SIGNALS.
modified:
src/ChangeLog
src/s/gnu.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2012-01-28 03:04:55 +0000
+++ b/src/ChangeLog 2012-01-28 03:11:41 +0000
@@ -1,5 +1,10 @@
+2012-01-28 Samuel Thibault <address@hidden> (tiny change)
+
+ * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
+
2012-01-28 Chong Yidong <address@hidden>
+
* minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
2012-01-26 Chong Yidong <address@hidden>
=== modified file 'src/s/gnu.h'
--- a/src/s/gnu.h 2012-01-19 07:21:25 +0000
+++ b/src/s/gnu.h 2012-01-28 03:11:41 +0000
@@ -44,5 +44,7 @@
#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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r106964: * src/s/gnu.h: Define POSIX_SIGNALS.,
Chong Yidong <=