summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
Diffstat (limited to 'libc')
-rw-r--r--libc/string/strverscmp.c1
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)