summaryrefslogtreecommitdiff
path: root/include/ctype.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-09 21:11:47 +0100
committerPeter S. Mazinger <ps.m@gmx.net>2011-03-09 21:11:47 +0100
commitf4ec824864b8ea68af8953669f789656cc05143d (patch)
tree99a9e7e6b9ae9911c328bcce62408eccd485522a /include/ctype.h
parent98538deba691281535e3dc0839710b8630e02ac8 (diff)
ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functions
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'include/ctype.h')
-rw-r--r--include/ctype.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ctype.h b/include/ctype.h
index dcfeb1b3e..6ad17a781 100644
--- a/include/ctype.h
+++ b/include/ctype.h
@@ -354,7 +354,6 @@ libc_hidden_proto(tolower_l)
/* Return the uppercase version of C. */
/*extern int __toupper_l (int __c, __locale_t __l) __THROW; */
extern int toupper_l (int __c, __locale_t __l) __THROW;
-libc_hidden_proto(toupper_l)
# if __GNUC__ >= 2 && defined __OPTIMIZE__ && !defined __cplusplus
# define tolower_l(c, locale) __tobody(c, tolower_l, (locale)->__ctype_tolower, (c, locale))