提交 7e8b0761 编写于 作者: R Rich Felker

remove some cruft from libc/tls init code

上级 561e0a09
......@@ -64,8 +64,6 @@ void *__tls_get_addr(size_t *v)
return (char *)__pthread_self()->dtv[1]+v[1];
}
void *__mmap(void *, size_t, int, int, int, off_t);
#if ULONG_MAX == 0xffffffff
typedef Elf32_Phdr Phdr;
#else
......
......@@ -3,7 +3,6 @@
void __init_tls(size_t *);
void __init_security(size_t *);
void __init_ldso_ctors(void);
#ifndef SHARED
static void dummy() {}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册