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 --- extra/scripts/install_headers.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'extra/scripts/install_headers.sh') diff --git a/extra/scripts/install_headers.sh b/extra/scripts/install_headers.sh index ea33db4ae..4faf04011 100755 --- a/extra/scripts/install_headers.sh +++ b/extra/scripts/install_headers.sh @@ -52,7 +52,6 @@ while read -r filename; do # Do not abort the script if unifdef "fails"! # NB2: careful with sed command arguments, they contain tab character "$top_builddir/extra/scripts/unifdef" \ - -UUCLIBC_INTERNAL \ -U_LIBC \ -U__UCLIBC_GEN_LOCALE \ -U__NO_CTYPE \ -- cgit v1.2.3