diff options
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r-- | gcc/protoize.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c index 18187a6c9cd..1e2944e48c3 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -182,12 +182,6 @@ extern int access (); extern size_t strlen () #endif -/* Fork is not declared because the declaration caused a conflict - on the HPPA. */ -#if !(defined (USG) || defined (VMS)) -#define fork vfork -#endif /* (defined (USG) || defined (VMS)) */ - #endif /* !defined (POSIX) */ /* Look for these where the `const' qualifier is intentionally cast aside. */ |