Home | History | Annotate | Line # | Download | only in sys
Lint___vfork14.c revision 1.2
      1  1.2      cgd /* $NetBSD: Lint___vfork14.c,v 1.2 2000/06/14 06:49:10 cgd Exp $ */
      2  1.1  thorpej 
      3  1.1  thorpej /*
      4  1.1  thorpej  * This file placed in the public domain.
      5  1.1  thorpej  * Chris Demetriou, November 5, 1997.
      6  1.1  thorpej  */
      7  1.1  thorpej 
      8  1.1  thorpej #include <unistd.h>
      9  1.1  thorpej 
     10  1.1  thorpej /*ARGSUSED*/
     11  1.1  thorpej pid_t
     12  1.1  thorpej __vfork14()
     13  1.1  thorpej {
     14  1.1  thorpej 	return (0);
     15  1.1  thorpej }
     16