Browse Source

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 years ago
parent
commit
139b8f0c67
1 changed files with 1 additions and 0 deletions
  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)