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/vfork.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/x86_64/vfork.S') diff --git a/libc/sysdeps/linux/x86_64/vfork.S b/libc/sysdeps/linux/x86_64/vfork.S index 4c64ead0f..dde29e96a 100644 --- a/libc/sysdeps/linux/x86_64/vfork.S +++ b/libc/sysdeps/linux/x86_64/vfork.S @@ -32,7 +32,7 @@ .text .global __vfork -.type __vfork,@function +.type __vfork,%function .align 16 __vfork: -- cgit v1.2.3