diff options
Diffstat (limited to 'libc/string/strverscmp.c')
-rw-r--r-- | libc/string/strverscmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/strverscmp.c b/libc/string/strverscmp.c index 74ae4c6ad..b19e8f0b8 100644 --- a/libc/string/strverscmp.c +++ b/libc/string/strverscmp.c @@ -115,3 +115,4 @@ int strverscmp (const char *s1, const char *s2) return state; } } +libc_hidden_def(strverscmp) |