aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/darwin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h
index 73b7aade95f..75afe67380c 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -268,7 +268,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
268 268
269/* The following solves the problem that Emacs hangs when evaluating 269/* The following solves the problem that Emacs hangs when evaluating
270 (make-comint "test0" "/nodir/nofile" nil "") when /nodir/nofile 270 (make-comint "test0" "/nodir/nofile" nil "") when /nodir/nofile
271 does not exist. */ 271 does not exist. Also, setsid is not allowed in the vfork child's
272 context as of Darwin 9/Mac OS X 10.5. */
272#undef HAVE_WORKING_VFORK 273#undef HAVE_WORKING_VFORK
273#define vfork fork 274#define vfork fork
274 275