mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08:00
Remove unused NONTLS_INIT_TP.
This commit is contained in:
parent
91044f8039
commit
17c8c3dc72
@ -1,3 +1,7 @@
|
||||
2013-11-01 Ondřej Bílka <neleai@seznam.cz>
|
||||
|
||||
* elf/rtld.c: Remove unused NONTLS_INIT_TP.
|
||||
|
||||
2013-11-01 Ondřej Bílka <neleai@seznam.cz>
|
||||
|
||||
[BZ #16112]
|
||||
|
@ -2217,10 +2217,6 @@ ERROR: ld.so: object '%s' cannot be loaded as audit interface: %s; ignored.\n",
|
||||
_dl_start_profile ();
|
||||
}
|
||||
|
||||
#ifndef NONTLS_INIT_TP
|
||||
# define NONTLS_INIT_TP do { } while (0)
|
||||
#endif
|
||||
|
||||
if (!was_tls_init_tp_called && GL(dl_tls_max_dtv_idx) > 0)
|
||||
++GL(dl_tls_generation);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user