b6cbf7203b
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.
9 lines
No EOL
175 B
ArmAsm
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) |