diff options
Diffstat (limited to 'libc/sysdeps/linux/common/stubs.c')
-rw-r--r-- | libc/sysdeps/linux/common/stubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/stubs.c b/libc/sysdeps/linux/common/stubs.c index 845c9bb01..419557c6a 100644 --- a/libc/sysdeps/linux/common/stubs.c +++ b/libc/sysdeps/linux/common/stubs.c @@ -128,7 +128,7 @@ make_stub(fgetxattr) make_stub(flistxattr) #endif -#ifndef __NR_fork +#if !defined __NR_fork && !defined __NR_clone make_stub(fork) #endif |