Sync usage with man page.
[netbsd-mini2440.git] / lib / libc / sys / Lint___vfork14.c
blobd03bc3fe2b7fec2fdd8b1b7e41ec6c0c97e70e64
1 /* $NetBSD: Lint___vfork14.c,v 1.1 1998/01/04 20:52:09 thorpej Exp $ */
3 /*
4 * This file placed in the public domain.
5 * Chris Demetriou, November 5, 1997.
6 */
8 #include <unistd.h>
10 /*ARGSUSED*/
11 pid_t
12 __vfork14()
14 return (0);