gnats-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to gnats/libiberty/vfork.c


From: Milan Zamazal
Subject: Changes to gnats/libiberty/vfork.c
Date: Mon, 10 Dec 2001 18:04:33 -0500

Index: gnats/libiberty/vfork.c
diff -c gnats/libiberty/vfork.c:1.1 gnats/libiberty/vfork.c:1.2
*** gnats/libiberty/vfork.c:1.1 Thu Nov  5 14:54:16 1998
--- gnats/libiberty/vfork.c     Mon Dec 10 18:03:26 2001
***************
*** 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 ()
  {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]