forked from Imagelibrary/binutils-gdb
merge from gcc
This commit is contained in:
@@ -13,10 +13,10 @@ Emulates @code{vfork} by calling @code{fork} and returning its value.
|
||||
|
||||
#include "ansidecl.h"
|
||||
|
||||
extern int fork PARAMS ((void));
|
||||
extern int fork (void);
|
||||
|
||||
int
|
||||
vfork ()
|
||||
vfork (void)
|
||||
{
|
||||
return (fork ());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user