Home | History | Annotate | Line # | Download | only in sys
Lint___vfork14.c revision 1.2.64.1
      1  1.2.64.1     yamt /* $NetBSD: Lint___vfork14.c,v 1.2.64.1 2012/10/30 18:59:02 yamt 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.2.64.1     yamt __vfork14(void)
     13       1.1  thorpej {
     14       1.1  thorpej 	return (0);
     15       1.1  thorpej }
     16