merge from gcc repository

This commit is contained in:
DJ Delorie 2000-10-12 02:16:48 +00:00
parent 3ef20aaa54
commit 74bcd5294f
14 changed files with 1002 additions and 395 deletions

View file

@ -1,6 +1,10 @@
/* Emulate vfork using just plain fork, for systems without a real vfork.
This function is in the public domain. */
#include "ansidecl.h"
extern int fork PARAMS ((void));
int
vfork ()
{