瀏覽代碼

fix libc_hidden_builtin_def

Mike Frysinger 19 年之前
父節點
當前提交
cbe6ea1c0b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      libc/string/mips/sysdep.h

+ 2 - 2
libc/string/mips/sysdep.h

@@ -43,9 +43,9 @@
 #endif
 #endif
 
 
 #ifdef libc_hidden_builtin_def
 #ifdef libc_hidden_builtin_def
-#error WHOA!!! libc_hidden_builtin_def is defined
+#error "WHOA!!! libc_hidden_builtin_def is defined"
 #else
 #else
-#define libc_hidden_builtin_def(name)
+#define libc_hidden_builtin_def(name) .global __ ## name ; __ ## name = name
 #endif
 #endif
 
 
 #endif
 #endif