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_ia64_THREAD_H_ |
35 | #ifndef LIBC_ia64_TLS_H_ |
36 | #define LIBC_ia64_THREAD_H_ |
36 | #define LIBC_ia64_TLS_H_ |
37 | 37 | ||
38 | #define THREAD_INITIAL_STACK_PAGES_NO 2 |
38 | #define CONFIG_TLS_VARIANT_1 |
- | 39 | ||
- | 40 | #include <sys/types.h> |
|
39 | 41 | ||
40 | /* This structure must be exactly 16 bytes long */ |
42 | /* This structure must be exactly 16 bytes long */ |
41 | typedef struct { |
43 | typedef struct { |
42 | void *dtv; /* unused in static linking*/ |
44 | void *dtv; /* unused in static linking*/ |
43 | void *fibril_data; |
45 | void *fibril_data; |