diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-16 00:14:26 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-16 00:14:26 +0000 |
commit | 1956924ceacc66c73e7f3ef7a365149d5a1748d4 (patch) | |
tree | 60423731459f0fa78f48da89984be90e8b429335 /libc/sysdeps/linux/sh | |
parent | 81c39339ef06b8942ee2bbf8a9c5e1e9bae15c0c (diff) |
Make clone use internal _exit
Diffstat (limited to 'libc/sysdeps/linux/sh')
-rw-r--r-- | libc/sysdeps/linux/sh/clone.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sh/clone.S b/libc/sysdeps/linux/sh/clone.S index 98086ef09..7824d4771 100644 --- a/libc/sysdeps/linux/sh/clone.S +++ b/libc/sysdeps/linux/sh/clone.S @@ -118,7 +118,7 @@ __clone: #endif .align 2 .L1: - .long PLTJMP(_exit) + .long PLTJMP(_exit_internal) .size __clone,.-__clone; .globl clone; |