All checks were successful
Build documentation / build-and-deploy (push) Successful in 34s
7 lines
108 B
C
7 lines
108 B
C
#ifndef _LIBMSL_PROC_TLS_H
|
|
#define _LIBMSL_PROC_TLS_H
|
|
|
|
#define LOCAL __thread
|
|
|
|
#endif // _LIBMSL_PROC_TLS_H
|