1/*	$NetBSD: compat_Ovfork.S,v 1.1 2023/05/19 06:50:07 skrll Exp $	*/
2
3/*
4 * This file placed in the public domain.
5 * Nick Hudson, 19th May, 2023.
6 */
7
8#include "SYS.h"
9
10WARN_REFERENCES(vfork, \
11    "warning: reference to compatibility vfork(); include <unistd.h> for correct reference")
12
13PSEUDO(vfork,__vfork14)
14
15