changeset 11965:c0cef571e5e3

(VFORK_RETURN_TYPE): Moved to s/sol2-3.h.
author Karl Heuer <kwzh@gnu.org>
date Sat, 27 May 1995 01:08:20 +0000
parents 03de0dfc6657
children afa62a9109a8
files src/s/sol2-4.h
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/sol2-4.h	Sat May 27 01:08:00 1995 +0000
+++ b/src/s/sol2-4.h	Sat May 27 01:08:20 1995 +0000
@@ -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__