cleanup types stuff in headers, fix missing u_int*_t in sys/types.h
[oweals/musl.git] / arch / x86_64 / pthread_arch.h
index 40d267979b82ae4296566feacfa77a565d8747d6..af7ae86e2b72f726b81671f120a3cb3d2591add9 100644 (file)
@@ -4,3 +4,6 @@ static inline struct pthread *__pthread_self()
        __asm__ ("movq %%fs:0,%0" : "=r" (self) );
        return self;
 }
+
+#define PC_AT_SYS(c) \
+       (*(uint16_t *)(((ucontext_t *)(c))->uc_mcontext.__gregs[16])==0x050f)