summaryrefslogtreecommitdiff
path: root/src/thread/arm/__aeabi_read_tp_c.c
blob: 0c56d61366d3ad93abccc39b26660dd8675003a0 (plain) (blame)
1
2
3
4
5
6
7
8
#include "pthread_impl.h"
#include <stdint.h>

__attribute__((__visibility__("hidden")))
void *__aeabi_read_tp_c(void)
{
	return TP_ADJ(__pthread_self());
}