mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 10:18:31 +00:00
Remove __threaded variable
This commit is contained in:
parent
01b09bc817
commit
cf1559c448
15 changed files with 51 additions and 71 deletions
|
@ -18,11 +18,6 @@
|
|||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/thread/tls.h"
|
||||
|
||||
/**
|
||||
* Contains TID of main thread or 0 if threading isn't enabled.
|
||||
*/
|
||||
int __threaded;
|
||||
|
||||
#ifdef __x86_64__
|
||||
char __tls_enabled;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue