mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
3 lines
115 B
C
3 lines
115 B
C
/* Get the stub, bypassing the "generic" NPTL code. */
|
|
#include <posix/fork.c>
|
|
strong_alias (__fork, __libc_fork)
|