comparison src/s/freebsd.h @ 108459:1d1025faed5f

Merge from mainline.
author Katsumi Yamaoka <katsumi@flagship2>
date Wed, 05 May 2010 10:17:53 +0000
parents 06c34f190db1
children 8416c8d075e3
comparison
equal deleted inserted replaced
108458:30b11e5df204 108459:1d1025faed5f
99 /* Define USE_MMAP_FOR_BUFFERS to let Emacs use mmap(2) to allocate 99 /* Define USE_MMAP_FOR_BUFFERS to let Emacs use mmap(2) to allocate
100 buffer text. This overrides REL_ALLOC. */ 100 buffer text. This overrides REL_ALLOC. */
101 101
102 #define USE_MMAP_FOR_BUFFERS 1 102 #define USE_MMAP_FOR_BUFFERS 1
103 103
104 /* Use sigprocmask(2) and friends instead of sigblock(2); the man page
105 of sigblock says it is obsolete. */
106
107 #define POSIX_SIGNALS 1
108
109 /* arch-tag: 426529ca-b7c4-448f-b10a-d4dcdc9c78eb 104 /* arch-tag: 426529ca-b7c4-448f-b10a-d4dcdc9c78eb
110 (do not change this comment) */ 105 (do not change this comment) */