~ubuntu-branches/ubuntu/precise/eglibc/precise-201308281639

« back to all changes in this revision

Viewing changes to nptl/tst-tls4.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-02-08 01:58:09 UTC
  • mfrom: (1.5.3) (288.1.12 precise)
  • Revision ID: package-import@ubuntu.com-20120208015809-ulscst7uteq3e22z
Tags: 2.15~pre6-0ubuntu10
Merge from Debian (r5151, 2.13-26).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 2003 Free Software Foundation, Inc.
 
1
/* Copyright (C) 2003, 2011 Free Software Foundation, Inc.
2
2
   This file is part of the GNU C Library.
3
3
   Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
4
4
 
25
25
#include <unistd.h>
26
26
#include <tls.h>
27
27
 
28
 
#if HAVE___THREAD && defined HAVE_TLS_MODEL_ATTRIBUTE
29
28
 
30
29
#define N 3
31
30
 
181
180
 
182
181
#define TIMEOUT 5
183
182
#define TEST_FUNCTION do_test ()
184
 
 
185
 
#else
186
 
 
187
 
#define TEST_FUNCTION 0
188
 
 
189
 
#endif
190
 
 
191
183
#include "../test-skeleton.c"