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
tools/llvm: Do not build with symbols
[minix3.git]
/
lib
/
libc
/
arch
/
ia64
/
sys
/
__vfork14.S
blob
324396f02f50455d185cb75306104a80eaf8d59f
1
/* $NetBSD: __vfork14.S,v 1.2 2006/09/22 17:59:47 cherry Exp $ */
2
3
#include "SYS.h"
4
5
SYSCALL(__vfork14)
6
/* XXX: watchout for return values for child/parent */
7
RET
8
END(__vfork14)