fix type issues in stdint.h so underlying types of 64-bit types match ABI
[musl] / arch / x86_64 / pthread_arch.h
index 836187f..77c8387 100644 (file)
@@ -5,5 +5,6 @@ static inline struct pthread *__pthread_self()
        return self;
 }
 
-#define CANCEL_REG_SP 15
+#define TP_ADJ(p) (p)
+
 #define CANCEL_REG_IP 16