aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-03-25 22:20:42 +0000
committerJonathan Wakely <jwakely@redhat.com>2020-03-25 22:20:42 +0000
commit9673d11ec53bda9ea7c437f5ce8fb93797f48ab9 (patch)
tree57070a7e0381bff06045d3c06de59c5f80e9c240
parente3ef371982a1a5deac31adbe0eb305d3ee70e094 (diff)
downloadgcc-9673d11ec53bda9ea7c437f5ce8fb93797f48ab9.zip
gcc-9673d11ec53bda9ea7c437f5ce8fb93797f48ab9.tar.gz
gcc-9673d11ec53bda9ea7c437f5ce8fb93797f48ab9.tar.bz2
libstdc++: Fix author in previous ChangeLog entry
The previous commit added two tests which were written by Mike Crowe, not by me. This fixes the ChangeLog entry.
-rw-r--r--libstdc++-v3/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 11f7f02..039eb55 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,10 +1,12 @@
-2020-03-25 Jonathan Wakely <jwakely@redhat.com>
+2020-03-25 Mike Crowe <mac@mcrowe.com>
* testsuite/30_threads/shared_timed_mutex/try_lock_until/1.cc: New
test.
* testsuite/30_threads/shared_timed_mutex/try_lock_until/2.cc: New
test.
+2020-03-25 Jonathan Wakely <jwakely@redhat.com>
+
* include/bits/fs_fwd.h (filesystem::__file_clock): Move to ...
* include/std/chrono (filesystem::__file_clock): Here.
(filesystem::__file_clock::from_sys, filesystem::__file_clock::to_sys):