index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
unistd
/
fork.c
blob: 386574060d0d0e12aefbdfc9b4244002837c6dbf (
plain
)
1
2
3
4
5
6
#include <unistd.h> pid_t fork(void) { return _Fork(); }