diff options
Diffstat (limited to 'libc/sysdeps/linux/x86_64')
-rw-r--r-- | libc/sysdeps/linux/x86_64/clone.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/x86_64/clone.S b/libc/sysdeps/linux/x86_64/clone.S index cb614a5dc..4a7e96500 100644 --- a/libc/sysdeps/linux/x86_64/clone.S +++ b/libc/sysdeps/linux/x86_64/clone.S @@ -109,7 +109,7 @@ __clone: call *%rax /* Call exit with return value from function call. */ movq %rax, %rdi - call _exit@PLT //HIDDEN_JUMPTARGET (_exit) + call _exit_internal __error: jmp __syscall_error |