From b133fe1cac9f99b63ea56daf92caa1423b1289d0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:07:43 +0000 Subject: next portion of libc_hidden_proto removal --- include/ctype.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ctype.h') 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 -- cgit v1.2.3