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.
This commit is contained in:
Jonathan Wakely 2020-03-25 22:20:42 +00:00
parent e3ef371982
commit 9673d11ec5
1 changed files with 3 additions and 1 deletions

View File

@ -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):