merge from gcc repository
This commit is contained in:
parent
3ef20aaa54
commit
74bcd5294f
14 changed files with 1002 additions and 395 deletions
|
@ -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 ()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue