move wait.h macros out of bits. they do not vary.
[musl] / arch / x86_64 / pthread_arch.h
index 40d2679..c424493 100644 (file)
@@ -4,3 +4,6 @@ static inline struct pthread *__pthread_self()
        __asm__ ("movq %%fs:0,%0" : "=r" (self) );
        return self;
 }
+
+#define CANCEL_REG_SP 15
+#define CANCEL_REG_IP 16