summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h
index aa35668c..345c6517 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -7,6 +7,7 @@ extern "C" {
#define __NEED_size_t
+#define __NEED_locale_t
#include <bits/alltypes.h>
@@ -22,6 +23,9 @@ char *rindex (const char *, int);
int strcasecmp (const char *, const char *);
int strncasecmp (const char *, const char *, size_t);
+int strcasecmp_l (const char *, const char *, locale_t);
+int strncasecmp_l (const char *, const char *, size_t, locale_t);
+
#ifdef __cplusplus
}
#endif