]> git.eshelyaron.com Git - emacs.git/commitdiff
(VFORK_RETURN_TYPE): Moved here from s/sol2-4.h.
authorKarl Heuer <kwzh@gnu.org>
Sat, 27 May 1995 01:08:00 +0000 (01:08 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 27 May 1995 01:08:00 +0000 (01:08 +0000)
src/s/sol2-3.h

index 891f7cded8b56059a77e4bd3b0fcd3e7007a337d..ac80a2ff1200206a5c88a0dab4800601a43820c7 100644 (file)
     pty_name[sizeof(pty_name) - 1] = 0;                \
   }
 
-/* David Miller <davem@caip.rutgers.edu> says vfork fails on 2.4.  */
-/* Brendan Kehoe <brendan@zen.org> says it also fails on 2.3.  */
+/* David Miller <davem@caip.rutgers.edu> says vfork fails on 2.4.
+   Brendan Kehoe <brendan@zen.org> says it also fails on 2.3.
+   So we'll use the alternate definition in sysdep.c.
+   But a header file has a declaration
+   that would conflict with the definition of vfork in sysdep.c.
+   So we'll choose the return type to match the system header.  */
 #undef HAVE_VFORK
+#define VFORK_RETURN_TYPE pid_t