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