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: dae698606d8159408e5c6d137c39c734afe82130 (
plain
)
1
2
3
4
5
6
#include <unistd.h> // for _Fork, fork, pid_t pid_t fork(void) { return _Fork(); }