Fix build by avoiding the _C_LABEL macro.

Change-Id: Ide367c2b65071388bd95fbc81a4ed6ae94aec4e4
diff --git a/libc/arch-mips64/syscalls/statfs64.S b/libc/arch-mips64/syscalls/statfs64.S
index 2fd7603..accd715 100644
--- a/libc/arch-mips64/syscalls/statfs64.S
+++ b/libc/arch-mips64/syscalls/statfs64.S
@@ -30,5 +30,5 @@
     .set pop
     .end statfs64
 
-    .globl _C_LABEL(statfs)
-    .equ _C_LABEL(statfs), _C_LABEL(statfs64)
+    .globl statfs
+    .equ statfs, statfs64