move invariant netinet/in.h stuff out of bits/in.h
[oweals/musl.git] / arch / x86_64 / pthread_arch.h
index af7ae86e2b72f726b81671f120a3cb3d2591add9..836187f5654ea4087c754c512f3543163e3738ff 100644 (file)
@@ -1,9 +1,9 @@
 static inline struct pthread *__pthread_self()
 {
        struct pthread *self;
-       __asm__ ("movq %%fs:0,%0" : "=r" (self) );
+       __asm__ __volatile__ ("movq %%fs:0,%0" : "=r" (self) );
        return self;
 }
 
-#define PC_AT_SYS(c) \
-       (*(uint16_t *)(((ucontext_t *)(c))->uc_mcontext.__gregs[16])==0x050f)
+#define CANCEL_REG_SP 15
+#define CANCEL_REG_IP 16