diff options
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/sh/clone.S | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sh/clone.S b/libc/sysdeps/linux/sh/clone.S index 95ae6647c..ed0357cbc 100644 --- a/libc/sysdeps/linux/sh/clone.S +++ b/libc/sysdeps/linux/sh/clone.S @@ -29,7 +29,11 @@ .text .extern __syscall_error -ENTRY(__clone) +.text +.align 5 +.type __clone,@function +.globl __clone; +__clone: /* sanity check arguments. */ tst r4, r4 bf/s 1f |