summaryrefslogtreecommitdiff
path: root/libgcompat/cxx_thread.c
AgeCommit message (Collapse)AuthorFilesLines
2020-07-06cxx_thread: Fix negated assertionA. Wilcox1-1/+1
The assertion should be that the return value was 0. Additionally, show the result code if the return value is not 0.
2018-09-11cxx_thread: Add __cxa_thread_atexit_implSamuel Holland1-0/+56
Signed-off-by: Samuel Holland <samuel@sholland.org>