repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
lib
/
libc
/
arch
/
ia64
/
sys
/
fork.S
blob
c0df388ee44bcc39fb1c113fcf38f0e095257255
1
/* $NetBSD: fork.S,v 1.2 2006/09/23 17:39:34 cherry Exp $ */
2
3
#include "SYS.h"
4
5
ENTRY(__fork, 0)
6
CALLSYS_ERROR(fork)
7
/* XXX: get return value for child */
8
RET
9
END(__fork)