summaryrefslogtreecommitdiff
path: root/src/s/darwin.h
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2008-07-17 23:18:58 +0000
committerMiles Bader <miles@gnu.org>2008-07-17 23:18:58 +0000
commit08b3caa982199bd7939d9d6877203ada5d0083b5 (patch)
treeeef15d8191132d316d1e1125cb7e2878a4782ca3 /src/s/darwin.h
parent8d59c5ed4480037bcc953bd28a9165990fdd002e (diff)
parent69955d31c4b59034d3429b14ca9f33ea102dde73 (diff)
downloademacs-08b3caa982199bd7939d9d6877203ada5d0083b5.tar.gz
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1339
Diffstat (limited to 'src/s/darwin.h')
-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/>. */
/* The following solves the problem that Emacs hangs when evaluating
(make-comint "test0" "/nodir/nofile" nil "") when /nodir/nofile
- does not exist. */
+ does not exist. Also, setsid is not allowed in the vfork child's
+ context as of Darwin 9/Mac OS X 10.5. */
#undef HAVE_WORKING_VFORK
#define vfork fork