summaryrefslogtreecommitdiff
path: root/include/ctype.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-20 22:07:43 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-20 22:07:43 +0000
commitb133fe1cac9f99b63ea56daf92caa1423b1289d0 (patch)
tree3434fe3fee6b02c3c7006c91366ac7708810a656 /include/ctype.h
parent2cced20a74b0fd22fd34254e5d92ce06e2cfb60d (diff)
next portion of libc_hidden_proto removal
Diffstat (limited to 'include/ctype.h')
-rw-r--r--include/ctype.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ctype.h b/include/ctype.h
index 21314d152..065dd5a49 100644
--- a/include/ctype.h
+++ b/include/ctype.h
@@ -175,9 +175,11 @@ __exctype (isxdigit);
/* Return the lowercase version of C. */
extern int tolower (int __c) __THROW;
+libc_hidden_proto(tolower)
/* Return the uppercase version of C. */
extern int toupper (int __c) __THROW;
+libc_hidden_proto(toupper)
__END_NAMESPACE_STD