Check whether the system is using Glibc before checking for the
define GLIBC_PREREQ and using the macro GLIBC_PREREQ. On other
libc's, like musl libc, this results in a build error.
Signed-off-by: listout <listout@protonmail.com>
Differential D15690
[PATCH] Check for glibc prereq only if using glibc as the system's libc Authored by listout (listout) on Aug 14 2022, 9:03 PM.
Details Check whether the system is using Glibc before checking for the Signed-off-by: listout <listout@protonmail.com>
Diff Detail
Event TimelineComment Actions Instead of using __GLIBC__, use the __GLIBC_PREREQ for checking whether system's libc is glibc |