* src/s/gnu.h: Define POSIX_SIGNALS.

Fixes: debbugs:10552
This commit is contained in:
Chong Yidong 2012-01-28 11:11:41 +08:00
parent cc0adcb06a
commit 0e24a8b2f4
2 changed files with 7 additions and 0 deletions

View 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>

View 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