repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix a typo in linux lxstat.c
[glibc.git]
/
sysdeps
/
nacl
/
fork.c
blob
9f06944aa70cc7055b09be8a8623bc08acdd9e7d
1
/* Get the stub, bypassing the "generic" NPTL code. */
2
#include <posix/fork.c>
3
strong_alias
(
__fork
,
__libc_fork
)