This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add test case for C++11 thread_local support


On 10/05/2015 07:52 PM, Andreas Schwab wrote:
> Florian Weimer <fweimer@redhat.com> writes:
> 
>> diff --git a/nptl/tst-thread_local1.cc b/nptl/tst-thread_local1.cc
>> new file mode 100644
>> index 0000000..65d374b
>> --- /dev/null
>> +++ b/nptl/tst-thread_local1.cc
>> @@ -0,0 +1,200 @@
>> +/* Test basic thread_local support.
>> +   Copyright (C) 2015 Free Software Foundation, Inc.
>> +   This file is part of the GNU C Library.
>> +   Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
> 
> This is probably not true, and we don't add contributer lines any more
> anyway.

Fixed, thanks.  I did copy this from a Copyright (C) 2015 file.  Looks
like I picked the only one with this problem.

Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]