xref: /minix3/lib/libc/sys/Lint___vfork14.c (revision f14fb602092e015ff630df58e17c2a9cd57d29b3)
1*f14fb602SLionel Sambuc /* $NetBSD: Lint___vfork14.c,v 1.3 2012/06/24 15:26:03 christos Exp $ */
22fe8fb19SBen Gras 
32fe8fb19SBen Gras /*
42fe8fb19SBen Gras  * This file placed in the public domain.
52fe8fb19SBen Gras  * Chris Demetriou, November 5, 1997.
62fe8fb19SBen Gras  */
72fe8fb19SBen Gras 
82fe8fb19SBen Gras #include <unistd.h>
92fe8fb19SBen Gras 
102fe8fb19SBen Gras /*ARGSUSED*/
112fe8fb19SBen Gras pid_t
__vfork14(void)12*f14fb602SLionel Sambuc __vfork14(void)
132fe8fb19SBen Gras {
142fe8fb19SBen Gras 	return (0);
152fe8fb19SBen Gras }
16