remove use of endian.h from arch reloc.h headers, clean up
[musl] / arch / i386 / pthread_arch.h
index 64d75cb..6f600b9 100644 (file)
@@ -5,5 +5,6 @@ static inline struct pthread *__pthread_self()
        return self;
 }
 
-#define PC_AT_SYS(c) \
-       (*(uint16_t *)(((ucontext_t *)(c))->uc_mcontext.__gregs[14])==0x80cd)
+#define TP_ADJ(p) (p)
+
+#define MC_PC gregs[REG_EIP]