Home | History | Annotate | Line # | Download | only in sys
      1  1.5    rillig /* $NetBSD: Lint___vfork14.c,v 1.5 2024/12/01 16:16:57 rillig 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.5    rillig 	return 0;
     16  1.1   thorpej }
     17