diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/string/strcasecmp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/string/strcasecmp.c b/lib/libc/string/strcasecmp.c index e173f6d..65e042e 100644 --- a/lib/libc/string/strcasecmp.c +++ b/lib/libc/string/strcasecmp.c @@ -42,8 +42,6 @@ __FBSDID("$FreeBSD$"); #include <ctype.h> #include "xlocale_private.h" -typedef unsigned char u_char; - int strcasecmp_l(const char *s1, const char *s2, locale_t locale) { |