From c375c43b73df248b6c1b7c87608ba491600c3e0a Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Mon, 2 Nov 1998 07:20:48 +0000 Subject: configure.in: Call AC_FUNC_VFORK. * configure.in: Call AC_FUNC_VFORK. * collect2.c: Define VFORK_STRING as a printable string for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is defined, include vfork.h. If VMS is defined, define vfork() appropriately. Remove vfork check on USG, we're using autoconf. (collect_execute): Pass VFORK_STRING to fatal_perror instead of checking locally what string to pass. (scan_prog_file): Likewise. (scan_libraries): Likewise. * gcc.c: Remove vfork check on USG, we're using autoconf. Besides, no calls to vfork/fork occur in this file. * protoize.c: Likewise. From-SVN: r23498 --- gcc/protoize.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/protoize.c') diff --git a/gcc/protoize.c b/gcc/protoize.c index 18187a6..1e2944e 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. */ -- cgit v1.1