mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
Add ANSI mode guard to header
This commit is contained in:
parent
2743f3d012
commit
f37524ef4f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue