From 3f788a09d4eb871eeef236b950e06afc4d233e29 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 11 Jun 2005 00:01:24 +0000 Subject: touchup syntax for no real good reason ;) --- libc/sysdeps/linux/arm/clone.S | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 7b5bf2ee3..a4d5f99bd 100644 --- a/libc/sysdeps/linux/arm/clone.S +++ b/libc/sysdeps/linux/arm/clone.S @@ -27,10 +27,10 @@ #ifdef __NR_clone /* int clone(int (*fn)(void *arg), void *child_stack, int flags, void *arg); */ - .text - .globl __clone - .type __clone,%function - .align 4 +.text +.global __clone +.type __clone,%function +.align 4 __clone: @ sanity check args cmp r0, #0 @@ -68,9 +68,9 @@ __clone: __error: b __syscall_error - .size __clone,.-__clone +.size __clone,.-__clone - .weak clone +.weak clone clone = __clone #endif -- cgit v1.2.3