From 16fbf62c2044e872785f871ab5d901e30e64932e Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 3 Jan 2006 17:15:15 +0000 Subject: Add __toupper, remove unneeded undefs for tolower --- include/libc-internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libc-internal.h') diff --git a/include/libc-internal.h b/include/libc-internal.h index 06e55fd28..c85629042 100644 --- a/include/libc-internal.h +++ b/include/libc-internal.h @@ -263,6 +263,7 @@ extern char *__glibc_strerror_r_internal (int __errnum, char *__buf, size_t __bu /* ctype.h */ extern int __tolower (int __c) __THROW attribute_hidden; +extern int __toupper (int __c) __THROW attribute_hidden; #ifdef __UCLIBC_HAS_WCHAR__ /* wchar.h */ -- cgit v1.2.3