Added "Thread Local Storage"

This commit is contained in:
Natie van Rooyen
2010-09-07 19:37:59 +02:00
parent e11d17147d
commit 8a880d2716

View File

@@ -67,7 +67,7 @@ typedef struct atom_tcb
#endif
#ifdef ATOM_TLS
ATOM_TLS
ATOM_TLS /* Thread Local Storage */
#endif
} ATOM_TCB;