Home | History | Annotate | Line # | Download | only in sys
Lint___vfork14.c revision 1.4.2.1
      1  1.4.2.1  perseant /* $NetBSD: Lint___vfork14.c,v 1.4.2.1 2025/08/02 05:54:42 perseant 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.4  christos #define __LIBC12_SOURCE__
      9      1.1   thorpej #include <unistd.h>
     10      1.4  christos #include <compat/include/unistd.h>
     11      1.1   thorpej 
     12      1.1   thorpej pid_t
     13      1.3  christos __vfork14(void)
     14      1.1   thorpej {
     15  1.4.2.1  perseant 	return 0;
     16      1.1   thorpej }
     17