From b5543599fd6ef5424a7081abd0ead627fa006116 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 16 Dec 2005 09:52:34 +0000 Subject: Better guards within _LIBC, cleanup, typos --- libc/sysdeps/linux/common/bits/uClibc_ctype.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libc/sysdeps/linux/common/bits/uClibc_ctype.h') diff --git a/libc/sysdeps/linux/common/bits/uClibc_ctype.h b/libc/sysdeps/linux/common/bits/uClibc_ctype.h index 50cbd6bb2..dd723c77c 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_ctype.h +++ b/libc/sysdeps/linux/common/bits/uClibc_ctype.h @@ -184,14 +184,6 @@ extern int toascii(int c) __THROW; #define _toupper(c) ((c) ^ 0x20) #define _tolower(c) ((c) | 0x20) - -/* Apparently, glibc implements things as macros if __NO_CTYPE isn't defined. - * If we don't have locale support, we'll do the same. Otherwise, we'll - * only use macros for the supported-locale-invariant cases. */ -#ifndef __UCLIBC_HAS_LOCALE__ - -#endif /* __UCLIBC_HAS_LOCALE__ */ - __END_DECLS /**********************************************************************/ -- cgit v1.2.3