Add ANSI mode guard to header

This commit is contained in:
Justine Tunney 2022-05-17 07:42:43 -07:00
parent 2743f3d012
commit f37524ef4f

View file

@ -11,7 +11,7 @@ extern unsigned __tls_index;
void *__initialize_tls(char[hasatleast 64]);
void __install_tls(char[hasatleast 64]);
#if defined(__GNUC__) && defined(__x86_64__)
#if defined(__GNUC__) && defined(__x86_64__) && !defined(__STRICT_ANSI__)
/**
* Returns address of thread information block.
*