summaryrefslogtreecommitdiff
path: root/src/s/sol2-4.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-05-27 01:08:20 +0000
committerKarl Heuer <kwzh@gnu.org>1995-05-27 01:08:20 +0000
commit7f0db62c95ecff38d713dc60bc80546e9aea7619 (patch)
tree6c1e674be8396eab7fc9c849b09a0b3274a0bbc4 /src/s/sol2-4.h
parent7d14d5193166479b924ac128ec909984dbaa7983 (diff)
downloademacs-7f0db62c95ecff38d713dc60bc80546e9aea7619.tar.gz
(VFORK_RETURN_TYPE): Moved to s/sol2-3.h.
Diffstat (limited to 'src/s/sol2-4.h')
-rw-r--r--src/s/sol2-4.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/s/sol2-4.h b/src/s/sol2-4.h
index 2f2a41941ca..7d224611cff 100644
--- a/src/s/sol2-4.h
+++ b/src/s/sol2-4.h
@@ -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__