summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-09-11 22:16:41 -0500
committerSamuel Holland <samuel@sholland.org>2018-09-11 22:31:22 -0500
commit67eb8c6c04a1b6c6fb85cf9cd6d7bdde489c4d5d (patch)
tree4ac964ad193b3f3c0a0ab577b0530aede4605d2f /CHANGELOG.rst
parent938c8095e7456fbcdf4ce261bdb6dfa3a8e41b80 (diff)
downloadgcompat-67eb8c6c04a1b6c6fb85cf9cd6d7bdde489c4d5d.tar.gz
gcompat-67eb8c6c04a1b6c6fb85cf9cd6d7bdde489c4d5d.tar.bz2
gcompat-67eb8c6c04a1b6c6fb85cf9cd6d7bdde489c4d5d.tar.xz
gcompat-67eb8c6c04a1b6c6fb85cf9cd6d7bdde489c4d5d.zip
cxx_thread: Add __cxa_thread_atexit_impl
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ee9851d..2902cb3 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -17,6 +17,11 @@ Build system
* Allow building against libucontext.
+cxx_thread
+----------
+
+* Add __cxa_thread_atexit_impl.
+
math
----