From b98d3cc5666f36bf3cbeed7cd6a23483cc5e4eca Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 5 Oct 2020 10:46:11 +0100 Subject: libstdc++: Add missing bugzilla PR numbers to ChangeLog We missed these out of the git commit messages. --- libstdc++-v3/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libstdc++-v3') diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a53d8f4..8b01699 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -312,6 +312,7 @@ 2020-09-11 Mike Crowe + PR libstdc++/93542 * include/bits/atomic_futex.h (__atomic_futex_unsigned): Change __clock_t typedef to use steady_clock so that unknown clocks are synced to it rather than system_clock. Change existing __clock_t @@ -322,6 +323,7 @@ 2020-09-11 Mike Crowe + PR libstdc++/93542 * config/abi/pre/gnu.ver: Update for addition of __atomic_futex_unsigned_base::_M_futex_wait_until_steady. * include/bits/atomic_futex.h (__atomic_futex_unsigned_base): -- cgit v1.1