|
Last change
on this file since 2137 was 2036, checked in by bird, 21 years ago |
|
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
176 bytes
|
| Line | |
|---|
| 1 | #include <tst-tls5.h>
|
|---|
| 2 |
|
|---|
| 3 | #ifdef TLS_REGISTER
|
|---|
| 4 | static __thread int e1 = 24;
|
|---|
| 5 | static __thread char e2 [32] __attribute__ ((aligned (64)));
|
|---|
| 6 | TLS_REGISTER (e1)
|
|---|
| 7 | TLS_REGISTER (e2)
|
|---|
| 8 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.