summaryrefslogtreecommitdiffstats
path: root/extra/scripts/install_headers.sh
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-07-21 20:09:13 +0200
committerAustin Foxley <austinf@cetoncorp.com>2009-08-19 12:27:12 -0700
commitf1d095f7ac3f8bd7521cc3b659db36d8ec247a62 (patch)
treecf68a75fae4a342b0196cc604b1cb81a271e7316 /extra/scripts/install_headers.sh
parent0e8f5d2c9aa39a19297bd1b7d5b56a92135dfa57 (diff)
downloaduClibc-alpine-f1d095f7ac3f8bd7521cc3b659db36d8ec247a62.tar.bz2
uClibc-alpine-f1d095f7ac3f8bd7521cc3b659db36d8ec247a62.tar.xz
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 <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'extra/scripts/install_headers.sh')
-rwxr-xr-xextra/scripts/install_headers.sh1
1 files changed, 0 insertions, 1 deletions
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 \