/* $NetBSD: Lint___clone.c,v 1.1 2001/07/17 03:05:43 thorpej Exp $ */ /* * This file placed in the public domain. * Jason R. Thorpe, July 16, 2001. */ #include /*ARGSUSED*/ pid_t __clone(int (*func)(void *), void *stack, int flags, void *arg) { return (0); }