* Jonathan Wakely via Libstdc: > If necessary we could keep the terminate-on-cancellation behaviour as > _ZNSt18condition_variable4waitERSt11unique_lockISt5mutexE@GLIBCXX_3.4.11 > and export the new behaviour as @@GLIBCXX_3.4.30, although this patch > doesn't do that.
Note that if this fix escapes into the wild and then you have to make the symbol version change, you will break newer applications. In a few cases in glibc, we proactively added aliases at a different symbol version, but with the same implementation (at first). Thanks, Florian