xref: /netbsd-src/lib/libc/sys/Lint___vfork14.c (revision c42dbd0ed2e61fe6eda8590caa852ccf34719964)
1 /* $NetBSD: Lint___vfork14.c,v 1.4 2024/01/20 14:52:49 christos Exp $ */
2 
3 /*
4  * This file placed in the public domain.
5  * Chris Demetriou, November 5, 1997.
6  */
7 
8 #define __LIBC12_SOURCE__
9 #include <unistd.h>
10 #include <compat/include/unistd.h>
11 
12 /*ARGSUSED*/
13 pid_t
14 __vfork14(void)
15 {
16 	return (0);
17 }
18