xref: /openbsd-src/lib/libc/arch/alpha/sys/Ovfork.S (revision fe38b55cb0aae270de3f844146814682e8cd345c)
1*fe38b55cSguenther/*	$OpenBSD: Ovfork.S,v 1.7 2016/05/07 19:05:21 guenther Exp $	*/
239bae441Sniklas/*	$NetBSD: Ovfork.S,v 1.1 1995/02/10 17:50:29 cgd Exp $	*/
339bae441Sniklas
4df930be7Sderaadt/*
5df930be7Sderaadt * Copyright (c) 1994, 1995 Carnegie-Mellon University.
6df930be7Sderaadt * All rights reserved.
7df930be7Sderaadt *
8df930be7Sderaadt * Author: Chris G. Demetriou
9df930be7Sderaadt *
10df930be7Sderaadt * Permission to use, copy, modify and distribute this software and
11df930be7Sderaadt * its documentation is hereby granted, provided that both the copyright
12df930be7Sderaadt * notice and this permission notice appear in all copies of the
13df930be7Sderaadt * software, derivative works or modified versions, and any portions
14df930be7Sderaadt * thereof, and that both notices appear in supporting documentation.
15df930be7Sderaadt *
16df930be7Sderaadt * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
17df930be7Sderaadt * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
18df930be7Sderaadt * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
19df930be7Sderaadt *
20df930be7Sderaadt * Carnegie Mellon requests users of this software to return to
21df930be7Sderaadt *
22df930be7Sderaadt *  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
23df930be7Sderaadt *  School of Computer Science
24df930be7Sderaadt *  Carnegie Mellon University
25df930be7Sderaadt *  Pittsburgh PA 15213-3890
26df930be7Sderaadt *
27df930be7Sderaadt * any improvements or extensions that they make and grant Carnegie the
28df930be7Sderaadt * rights to redistribute these changes.
29df930be7Sderaadt */
30df930be7Sderaadt
31df930be7Sderaadt#include "SYS.h"
32df930be7Sderaadt
33*fe38b55cSguentherRSYSCALL_HIDDEN(vfork)
34