summaryrefslogtreecommitdiff
path: root/lib/libc/sys/Lint_rfork.c
blob: 0a7be328a5fdd09446ce8bc2df5673842ebd7d0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*	$OpenBSD: Lint_rfork.c,v 1.1 2004/09/14 22:18:35 deraadt Exp $	*/

/*
 * This file placed in the public domain.
 * Chris Demetriou, November 5, 1997.
 */

#include <unistd.h>

/*ARGSUSED*/
int
rfork(int flags)
{
	return (0);
}