瀏覽代碼

strverscmp: I forgot to export it

Result was:

strverscmp.o:
000000ec T __GI_strverscmp

i.e. no plain "strverscmp"!

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys Vlasenko 15 年之前
父節點
當前提交
139b8f0c67
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      libc/string/strverscmp.c

+ 1 - 0
libc/string/strverscmp.c

@@ -115,3 +115,4 @@ int strverscmp (const char *s1, const char *s2)
       return state;
   }
 }
+libc_hidden_def(strverscmp)