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 /docs/defines.txt | |
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 'docs/defines.txt')
-rw-r--r-- | docs/defines.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/defines.txt b/docs/defines.txt index cf90aafdc..52d394a5a 100644 --- a/docs/defines.txt +++ b/docs/defines.txt @@ -56,11 +56,8 @@ internal_function int internal_function func(params) { body } _LIBC -UCLIBC_INTERNAL - Defined only at libc build time. _LIBC is probably from glibc, -and UCLIBC_INTERNAL is added by vda (he didn't know about _LIBC). -Both defines are physically deleted from headers (using unifdef tool) -in installed headers ("make install"). + Defined only at libc build time. It is physically deleted +from the headers (using unifdef tool) in installed headers ("make install"). __UCLIBC_XXX uclibc-internal and uclibc-specific defines. In particular: |