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/arm/clone.S | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libc/sysdeps/linux/arm/clone.S') diff --git a/libc/sysdeps/linux/arm/clone.S b/libc/sysdeps/linux/arm/clone.S index a4d5f99bd..946d4bdda 100644 --- a/libc/sysdeps/linux/arm/clone.S +++ b/libc/sysdeps/linux/arm/clone.S @@ -59,11 +59,7 @@ __clone: ldr pc, [sp] @ and we are done, passing the return value through r0 -#ifdef __PIC__ - b _exit(PLT) -#else - b _exit -#endif + b _exit_internal __error: b __syscall_error -- cgit v1.2.3