mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
Whitespace fixup in cxa_thread_atexit_impl.c
This commit is contained in:
parent
b632bdd3f7
commit
9ceb5f6251
@ -1,5 +1,7 @@
|
|||||||
2015-07-16 Siddhesh Poyarekar <siddhesh@redhat.com>
|
2015-07-16 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||||
|
|
||||||
|
* stdlib/cxa_thread_atexit_impl.c: Whitespace fixup.
|
||||||
|
|
||||||
[BZ #18676]
|
[BZ #18676]
|
||||||
* elf/tst-nodelete-opened.c: New test case.
|
* elf/tst-nodelete-opened.c: New test case.
|
||||||
* elf/tst-nodelete-opened-lib.c: New test case module.
|
* elf/tst-nodelete-opened-lib.c: New test case module.
|
||||||
|
@ -59,7 +59,7 @@ __cxa_thread_atexit_impl (dtor_func func, void *obj, void *dso_symbol)
|
|||||||
struct link_map *l = _dl_find_dso_for_object (caller);
|
struct link_map *l = _dl_find_dso_for_object (caller);
|
||||||
|
|
||||||
/* If the address is not recognized the call comes from the main
|
/* If the address is not recognized the call comes from the main
|
||||||
program (we hope). */
|
program (we hope). */
|
||||||
lm_cache = l ? l : GL(dl_ns)[LM_ID_BASE]._ns_loaded;
|
lm_cache = l ? l : GL(dl_ns)[LM_ID_BASE]._ns_loaded;
|
||||||
}
|
}
|
||||||
/* A destructor could result in a thread_local construction and the former
|
/* A destructor could result in a thread_local construction and the former
|
||||||
|
Loading…
Reference in New Issue
Block a user