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/frv/clone.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/frv/clone.S') diff --git a/libc/sysdeps/linux/frv/clone.S b/libc/sysdeps/linux/frv/clone.S index f835f0ba2..b714b45b1 100644 --- a/libc/sysdeps/linux/frv/clone.S +++ b/libc/sysdeps/linux/frv/clone.S @@ -75,7 +75,7 @@ __clone: breakpoints work.*/ mov.p gr17, gr15 - call _exit + call _exit_internal /* Should never get here. */ jmpl @(gr0, gr0) -- cgit v1.2.3