Revert "Temporary apply LIBC version to __pthread_gettid"
This reverts commit eb90e91cb5
.
Change-Id: I63450087b6d3c23218b77d5eee37965f254a82d6
This commit is contained in:
parent
eb90e91cb5
commit
c8bb96a163
|
@ -344,9 +344,6 @@ pid_t __pthread_gettid(pthread_t t) {
|
|||
return pthread_gettid_np(t);
|
||||
}
|
||||
|
||||
__asm__(".symver __pthread_gettid,__pthread_gettid@LIBC");
|
||||
__asm__(".symver __pthread_gettid,__pthread_gettid@@LIBC_PRIVATE");
|
||||
|
||||
// Older versions of apportable used dlmalloc directly instead of malloc,
|
||||
// so export this compatibility shim that simply calls malloc.
|
||||
void* dlmalloc(size_t size) {
|
||||
|
|
Loading…
Reference in New Issue