minix/lib/nbsd_libc/arch/ia64/sys/fork.S
Gianluca Guida b6cbf7203b Import unmodified NetBSD libc in trunk
This patch imports the unmodified current version of NetBSD libc.
The NetBSD includes are in /nbsd_include, while the libc code itself is 
split between lib/nbsd_libc and common/lib/libc.
2011-02-14 19:36:03 +00:00

9 lines
No EOL
175 B
ArmAsm

/* $NetBSD: fork.S,v 1.2 2006/09/23 17:39:34 cherry Exp $ */
#include "SYS.h"
ENTRY(__fork, 0)
CALLSYS_ERROR(fork)
/* XXX: get return value for child */
RET
END(__fork)