source: vendor/glibc-tests/2005-06-14/nptl/tst-locale2.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: 275 bytes
Line 
1/* Test that the thread-local locale works right in the main thread
2 when statically linked. */
3
4#include "../argp/tst-argp1.c"
5
6#include <pthread.h>
7
8/* This is never called, just here to get pthreads linked in. */
9void
10useless (void)
11{
12 pthread_create (0, 0, 0, 0);
13}
Note: See TracBrowser for help on using the repository browser.