From d1e44df1fa5fefd8a083f6c1e909bbcdc97c6438 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 17 Apr 2015 09:02:19 -0700 Subject: Add arm-nacl port. --- sysdeps/nacl/fork.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sysdeps/nacl/fork.c (limited to 'sysdeps/nacl/fork.c') diff --git a/sysdeps/nacl/fork.c b/sysdeps/nacl/fork.c new file mode 100644 index 0000000..9f06944 --- /dev/null +++ b/sysdeps/nacl/fork.c @@ -0,0 +1,3 @@ +/* Get the stub, bypassing the "generic" NPTL code. */ +#include +strong_alias (__fork, __libc_fork) -- cgit v1.1