From 47b3efda36beee1ce272237f77b7c4cc62ed55a7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 6 Jul 2005 01:24:17 +0000 Subject: use % as the function marker instead of @ --- libc/sysdeps/linux/x86_64/clone.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/x86_64/clone.S') diff --git a/libc/sysdeps/linux/x86_64/clone.S b/libc/sysdeps/linux/x86_64/clone.S index 96cfbbd91..156714e41 100644 --- a/libc/sysdeps/linux/x86_64/clone.S +++ b/libc/sysdeps/linux/x86_64/clone.S @@ -52,7 +52,7 @@ .text .global __clone -.type __clone,@function +.type __clone,%function .align 4 __clone: /* Sanity check arguments. */ -- cgit v1.2.3