| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This define is necessary to get this API on glibc based systems Upstream-Status: Pending Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Paulo Neves <ptsneves@gmail.com>
Clang15 errors out on compiling the check and disables TLS
Fixes errors like
error: call to undeclared function '__tls_get_addr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
__tls_get_addr(0);
^
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Paulo Neves <ptsneves@gmail.com>
| Back | FazBrowse Home | New Git URL |
Minor changes that improve compatibility with other toolchains than GCC and glibc. This is useful for embedded environments. Patches originating in meta-openembedded.