/[gnats]/gnats/libiberty/vfork.c
ViewVC logotype

Diff of /gnats/libiberty/vfork.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by brendan, Thu Nov 5 19:54:16 1998 UTC revision 1.2 by pdm, Mon Dec 10 23:03:26 2001 UTC
# Line 1  Line 1 
1  /* Emulate vfork using just plain fork, for systems without a real vfork.  /* Emulate vfork using just plain fork, for systems without a real vfork.
2     This function is in the public domain. */     This function is in the public domain. */
3    
4    #include "ansidecl.h"
5    
6    extern int fork PARAMS ((void));
7    
8  int  int
9  vfork ()  vfork ()
10  {  {

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26