1 1.4 christos /* $NetBSD: Lint___vfork14.c,v 1.4 2024/01/20 14:52:49 christos 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 /*ARGSUSED*/ 13 1.1 thorpej pid_t 14 1.3 christos __vfork14(void) 15 1.1 thorpej { 16 1.1 thorpej return (0); 17 1.1 thorpej } 18