diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-21 20:09:13 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-21 20:09:13 +0200 |
commit | 4a2724d93bcd8626f2cebead9b263b4f9f86541d (patch) | |
tree | 8292b05838efa21b59e5a4f92a3f9eb550b1a4cf /extra/scripts | |
parent | 55415cc7b93c415df0592ee350524d8c083cecc4 (diff) |
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>
Diffstat (limited to 'extra/scripts')
-rwxr-xr-x | extra/scripts/install_headers.sh | 1 |
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 \ |