glibc/sysdeps/nacl/fork.c

4 lines
115 B
C
Raw Normal View History

2015-04-17 16:02:19 +00:00
/* Get the stub, bypassing the "generic" NPTL code. */
#include <posix/fork.c>
strong_alias (__fork, __libc_fork)