Expand PMF_FN_* macros.
[netbsd-mini2440.git] / lib / libc / sys / Lint_clone.c
blob4c95e54680794ae7a7945ef37de07e7ebc7765be
1 /* $NetBSD: Lint_clone.c,v 1.1 2001/07/17 03:05:43 thorpej Exp $ */
3 /*
4 * This file placed in the public domain.
5 * Jason R. Thorpe, July 16, 2001.
6 */
8 #include <sched.h>
10 /*ARGSUSED*/
11 pid_t
12 clone(int (*func)(void *), void *stack, int flags, void *arg)
14 return (0);