Ver Fonte

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 há 15 anos atrás
pai
commit
139b8f0c67
1 ficheiros alterados com 1 adições e 0 exclusões
  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)