1*e9bedda7Sjmcneill/* $NetBSD: compat_Ovfork.S,v 1.1 2018/04/29 17:47:06 jmcneill Exp $ */ 2*e9bedda7Sjmcneill 3*e9bedda7Sjmcneill/*- 4*e9bedda7Sjmcneill * Copyright (c) 1990 The Regents of the University of California. 5*e9bedda7Sjmcneill * All rights reserved. 6*e9bedda7Sjmcneill * 7*e9bedda7Sjmcneill * Redistribution and use in source and binary forms, with or without 8*e9bedda7Sjmcneill * modification, are permitted provided that the following conditions 9*e9bedda7Sjmcneill * are met: 10*e9bedda7Sjmcneill * 1. Redistributions of source code must retain the above copyright 11*e9bedda7Sjmcneill * notice, this list of conditions and the following disclaimer. 12*e9bedda7Sjmcneill * 2. Redistributions in binary form must reproduce the above copyright 13*e9bedda7Sjmcneill * notice, this list of conditions and the following disclaimer in the 14*e9bedda7Sjmcneill * documentation and/or other materials provided with the distribution. 15*e9bedda7Sjmcneill * 3. Neither the name of the University nor the names of its contributors 16*e9bedda7Sjmcneill * may be used to endorse or promote products derived from this software 17*e9bedda7Sjmcneill * without specific prior written permission. 18*e9bedda7Sjmcneill * 19*e9bedda7Sjmcneill * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 20*e9bedda7Sjmcneill * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21*e9bedda7Sjmcneill * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 22*e9bedda7Sjmcneill * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 23*e9bedda7Sjmcneill * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 24*e9bedda7Sjmcneill * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 25*e9bedda7Sjmcneill * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 26*e9bedda7Sjmcneill * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 27*e9bedda7Sjmcneill * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 28*e9bedda7Sjmcneill * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29*e9bedda7Sjmcneill * SUCH DAMAGE. 30*e9bedda7Sjmcneill * 31*e9bedda7Sjmcneill * from: @(#)Ovfork.s 5.1 (Berkeley) 4/23/90 32*e9bedda7Sjmcneill */ 33*e9bedda7Sjmcneill 34*e9bedda7Sjmcneill#include "SYS.h" 35*e9bedda7Sjmcneill 36*e9bedda7SjmcneillWARN_REFERENCES(vfork, \ 37*e9bedda7Sjmcneill "warning: reference to compatibility vfork(); include <unistd.h> for correct reference") 38*e9bedda7Sjmcneill 39*e9bedda7SjmcneillPSEUDO(vfork,__vfork14) 40*e9bedda7Sjmcneill 41