source: branches/libc-0.6/src/libctests/glibc/elf/tst-tlsmod11.c

Last change on this file was 2036, checked in by bird, 20 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: 126 bytes
Line 
1#include "tst-tls10.h"
2
3#ifdef USE_TLS__THREAD
4__thread struct A a1 = { 4, 5, 6 };
5__thread struct A a2 = { 7, 8, 9 };
6#endif
Note: See TracBrowser for help on using the repository browser.