cleanup mbstowcs wrapper
[musl] / arch / x86_64 / pthread_arch.h
index 40d2679..77c8387 100644 (file)
@@ -1,6 +1,10 @@
 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 TP_ADJ(p) (p)
+
+#define CANCEL_REG_IP 16