diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-22 09:48:21 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-22 09:48:21 +0000 |
commit | 4646645b535aa02181d6ae9b8f042f9f9bfec239 (patch) | |
tree | f4964e1050ee40cf420873be016915796952b5d0 /libc/sysdeps/linux/i960/clone.S | |
parent | b02044d51488c216a8b696a08b98c54627e14391 (diff) |
Remove __clone, add it only back, if threads has a another (strong) version, that needs to overwrite this
Diffstat (limited to 'libc/sysdeps/linux/i960/clone.S')
-rw-r--r-- | libc/sysdeps/linux/i960/clone.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/i960/clone.S b/libc/sysdeps/linux/i960/clone.S index c6c0dc73a..f602fbabc 100644 --- a/libc/sysdeps/linux/i960/clone.S +++ b/libc/sysdeps/linux/i960/clone.S @@ -28,8 +28,8 @@ /* int _clone(int (*fn)(void *arg), void *child_stack, int flags, void *arg); */ - .globl __clone -__clone: + .globl clone +clone: /* set up new stack image in regs r4-r7; argument will be in r3 in child. */ ldconst 0, r4 /* pfp == 0 */ addo 16, g1, r5 /* sp == newfp + 16 */ |