Merge "<sys/thread_properties.h>: remove stray semicolon in the implementation." into main am: 1395fa865f
Original change: https://android-review.googlesource.com/c/platform/bionic/+/3103457 Change-Id: I93338d0e279c99e91da9f19ac38e5e7f48c22d75 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
00ee4c556b
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue