aboutsummaryrefslogtreecommitdiff
path: root/src/string/strncasecmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strncasecmp.c')
-rw-r--r--src/string/strncasecmp.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/string/strncasecmp.c b/src/string/strncasecmp.c
index e0ef93c2..3faafdbf 100644
--- a/src/string/strncasecmp.c
+++ b/src/string/strncasecmp.c
@@ -15,3 +15,11 @@ int __strncasecmp_l(const char *l, const char *r, size_t n, locale_t loc)
}
weak_alias(__strncasecmp_l, strncasecmp_l);
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif