1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
Files
glibc/sysdeps/nacl/fork.c
2015-04-17 09:02:19 -07:00

4 lines
115 B
C

/* Get the stub, bypassing the "generic" NPTL code. */
#include <posix/fork.c>
strong_alias (__fork, __libc_fork)