From 1956924ceacc66c73e7f3ef7a365149d5a1748d4 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 16 Dec 2005 00:14:26 +0000 Subject: Make clone use internal _exit --- libc/sysdeps/linux/x86_64/clone.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/x86_64') 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 -- cgit v1.2.3