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

index 2f2a41941ca1f7b85a9f0d4f89a581038b974762..7d224611cff1f5b88c9abe14ca12245b06012541 100644 (file)
@@ -4,13 +4,6 @@
 
 #define SOLARIS2_4
 
-/* Solaris 2.4 has a broken vfork.  So we don't use it;
-   we 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.  */
-#define VFORK_RETURN_TYPE pid_t
-
 /* Get rid of -traditional and let const really do its thing.  */
 
 #ifdef __GNUC__