diff options
Diffstat (limited to 'sysdeps/nacl/fork.c')
-rw-r--r-- | sysdeps/nacl/fork.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/nacl/fork.c b/sysdeps/nacl/fork.c deleted file mode 100644 index 9f06944aa7..0000000000 --- a/sysdeps/nacl/fork.c +++ /dev/null @@ -1,3 +0,0 @@ -/* Get the stub, bypassing the "generic" NPTL code. */ -#include <posix/fork.c> -strong_alias (__fork, __libc_fork) |