Merge "<sys/thread_properties.h>: remove stray semicolon in the implementation." into main

This commit is contained in:
Treehugger Robot 2024-05-29 12:02:00 +00:00 committed by Gerrit Code Review
commit 1395fa865f

View file

@ -61,7 +61,7 @@ void __libc_register_thread_exit_callback(thread_exit_cb_t cb) {
if (modules.first_thread_exit_callback == nullptr) {
modules.first_thread_exit_callback = cb;
return;
};
}
BionicAllocator& allocator = __libc_shared_globals()->tls_allocator;
CallbackHolder* new_node =