Skip to content

Commit a912421

Browse files
committed
merge tweak.
1 parent 5516876 commit a912421

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/env/__init_tls.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ typedef Elf32_Phdr Phdr;
7171
typedef Elf64_Phdr Phdr;
7272
#endif
7373

74+
__attribute__((__weak__, __visibility__("hidden")))
75+
extern const size_t _DYNAMIC[];
76+
7477
static void static_init_tls(size_t *aux)
7578
{
7679
unsigned char *p;

0 commit comments

Comments
 (0)