Descriptionadd a macro that really identifies glibc
uClibc pretends to be glibc, so just checking for __GLIBC__ doesn't always
work. Rather than check for defined(__GLIBC__) && !defined(__UCLIBC__) in
multiple places, do it once and define LIBC_GLIBC if we're certain that we're
really using glibc.
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201761
Patch Set 1 #
Total comments: 2
Patch Set 2 : rearrange ifdefs and leave a dlsym dance todo #Patch Set 3 : rename GLIBC to LIBC_GLIBC to avoid collisions #
Total comments: 2
Patch Set 4 : nitpick fixup #Messages
Total messages: 14 (0 generated)
|