From 4a2724d93bcd8626f2cebead9b263b4f9f86541d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 21 Jul 2009 20:09:13 +0200 Subject: s/UCLIBC_INTERNAL/_LIBC/g Undo my old mistake. I added UCLIBC_INTERNAL define, but later I realized _LIBC is doing exactly the same thing. This change converts all usages of UCLIBC_INTERNAL to _LIBC, removing all instances of UCLIBC_INTERNAL. Signed-off-by: Denys Vlasenko --- libc/sysdeps/linux/i386/bits/wordsize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/i386') diff --git a/libc/sysdeps/linux/i386/bits/wordsize.h b/libc/sysdeps/linux/i386/bits/wordsize.h index 7c3cd9c7d..f4c2144e9 100644 --- a/libc/sysdeps/linux/i386/bits/wordsize.h +++ b/libc/sysdeps/linux/i386/bits/wordsize.h @@ -18,7 +18,7 @@ #define __WORDSIZE 32 -#ifdef UCLIBC_INTERNAL +#ifdef _LIBC #ifndef smallint_type #define smallint_type char #endif -- cgit v1.2.3