diff options
author | Florian Weimer <fweimer@redhat.com> | 2015-11-04 11:32:36 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2015-11-04 11:32:36 +0100 |
commit | b257c668846d0d1d16cb4012c0ddf09af88f1935 (patch) | |
tree | f9439ba5f9d55b0747c6d18c9ece435a72b0070c | |
parent | 739d805a57cfb92501bf5105c73cb85f5bea1fd9 (diff) | |
download | glibc-b257c668846d0d1d16cb4012c0ddf09af88f1935.tar glibc-b257c668846d0d1d16cb4012c0ddf09af88f1935.tar.gz glibc-b257c668846d0d1d16cb4012c0ddf09af88f1935.tar.bz2 glibc-b257c668846d0d1d16cb4012c0ddf09af88f1935.zip |
Remove a spurious attribution
Martin Sebor confirmed that this attribution was inserted by mistake.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | nptl/tst-once5.cc | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2015-11-04 Florian Weimer <fweimer@redhat.com> + + * nptl/tst-once5.cc: Remove attribution. + 2015-11-04 Joseph Myers <joseph@codesourcery.com> * math/auto-libm-test-in: Add more tests of sin, sincos, sinh, diff --git a/nptl/tst-once5.cc b/nptl/tst-once5.cc index 60bc78a64a..79eb0d0665 100644 --- a/nptl/tst-once5.cc +++ b/nptl/tst-once5.cc @@ -1,6 +1,5 @@ /* Copyright (C) 2015 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public |