Rev 2482 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2482 | Rev 2586 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | * @{ |
30 | * @{ |
31 | */ |
31 | */ |
32 | /** @file |
32 | /** @file |
33 | */ |
33 | */ |
34 | 34 | ||
35 | #ifndef LIBC_amd64_THREAD_H_ |
35 | #ifndef LIBC_amd64_TLS_H_ |
36 | #define LIBC_amd64_THREAD_H_ |
36 | #define LIBC_amd64_TLS_H_ |
- | 37 | ||
- | 38 | #define CONFIG_TLS_VARIANT_2 |
|
37 | 39 | ||
38 | #include <libc.h> |
40 | #include <libc.h> |
39 | 41 | ||
40 | typedef struct { |
42 | typedef struct { |
41 | void *self; |
43 | void *self; |