]> git.ipfire.org Git - thirdparty/glibc.git/commit - nptl/tst-thread_local1.cc
Add a test case for C++11 thread_local support
authorFlorian Weimer <fweimer@redhat.com>
Tue, 6 Oct 2015 19:27:55 +0000 (21:27 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 6 Oct 2015 19:27:55 +0000 (21:27 +0200)
commit99e1dc0a688d6c25d3f422bc9f3fa29adb483339
tree425b9d0a7670515c8ca8cbbbde0717a1fa180b96
parent6c9678ebd42358f931100130a368fafe375a0ba2
Add a test case for C++11 thread_local support

This requires a C++ compiler with thread_local support, and a new
configure check is needed.
ChangeLog
config.make.in
configure
configure.ac
nptl/Makefile
nptl/tst-thread_local1.cc [new file with mode: 0644]