OSDN Git Service

*** empty log message ***
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Mar 1992 06:54:28 +0000 (06:54 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Mar 1992 06:54:28 +0000 (06:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@409 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/protoize.c

index 7370997..71b2fc9 100644 (file)
@@ -198,12 +198,11 @@ extern int      strncmp ();
 extern char *   strncpy ();
 extern char *   strrchr ();
 
+/* Fork is not declared because the declaration caused a conflict
+   on the HPPA.  */
 #if !(defined (USG) || defined (VMS))
-extern int vfork ();
 #define fork vfork
-#else
-extern int fork ();
-#endif /* !(defined (USG) || defined (VMS)) */
+#endif /* (defined (USG) || defined (VMS)) */
 
 #endif /* !defined (POSIX) */