Add a lint stub for __vfork14.S

This commit is contained in:
thorpej 1998-01-04 20:52:09 +00:00
parent d6e657f29f
commit bbe02324b1
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
/* $NetBSD: Lint___vfork14.c,v 1.1 1998/01/04 20:52:09 thorpej Exp $ */
/*
* This file placed in the public domain.
* Chris Demetriou, November 5, 1997.
*/
#include <unistd.h>
/*ARGSUSED*/
pid_t
__vfork14()
{
return (0);
}