mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
merge from gcc
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
/* Emulate vfork using just plain fork, for systems without a real vfork.
|
||||
This function is in the public domain. */
|
||||
|
||||
/*
|
||||
|
||||
@deftypefn Supplemental int vfork ()
|
||||
|
||||
Emulates @code{vfork} by calling @code{fork} and returning its value.
|
||||
|
||||
@end deftypefn
|
||||
|
||||
*/
|
||||
|
||||
#include "ansidecl.h"
|
||||
|
||||
extern int fork PARAMS ((void));
|
||||
|
||||
Reference in New Issue
Block a user