adapt build of arm memcpy asm not to use .sub files
[musl] / src / internal / pthread_impl.h
index e29f9c8..3890bb5 100644 (file)
@@ -94,6 +94,10 @@ struct __timer {
 #define CANARY canary
 #endif
 
+#ifndef DTP_OFFSET
+#define DTP_OFFSET 0
+#endif
+
 #define SIGTIMER 32
 #define SIGCANCEL 33
 #define SIGSYNCCALL 34