mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-30 01:02:29 +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 *__initialize_tls(char[hasatleast 64]);
|
||||||
void __install_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.
|
* Returns address of thread information block.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue