about summary refs log tree commit diff
path: root/src/thread/arm/__aeabi_read_tp_c.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/arm/__aeabi_read_tp_c.c')
-rw-r--r--src/thread/arm/__aeabi_read_tp_c.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/thread/arm/__aeabi_read_tp_c.c b/src/thread/arm/__aeabi_read_tp_c.c
deleted file mode 100644
index 0c56d613..00000000
--- a/src/thread/arm/__aeabi_read_tp_c.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "pthread_impl.h"
-#include <stdint.h>
-
-__attribute__((__visibility__("hidden")))
-void *__aeabi_read_tp_c(void)
-{
-	return TP_ADJ(__pthread_self());
-}