Fix build by avoiding the _C_LABEL macro.

Change-Id: Ide367c2b65071388bd95fbc81a4ed6ae94aec4e4
diff --git a/libc/arch-x86/syscalls/fstat64.S b/libc/arch-x86/syscalls/fstat64.S
index 3e1fdd0..4e85c71 100644
--- a/libc/arch-x86/syscalls/fstat64.S
+++ b/libc/arch-x86/syscalls/fstat64.S
@@ -25,5 +25,5 @@
     ret
 END(fstat64)
 
-    .globl _C_LABEL(fstat)
-    .equ _C_LABEL(fstat), _C_LABEL(fstat64)
+    .globl fstat
+    .equ fstat, fstat64