move time64 ioctl numbers to generic bits/ioctl.h
[musl] / arch / i386 / pthread_arch.h
index 155b484..6f600b9 100644 (file)
@@ -4,3 +4,7 @@ static inline struct pthread *__pthread_self()
        __asm__ ("movl %%gs:0,%0" : "=r" (self) );
        return self;
 }
+
+#define TP_ADJ(p) (p)
+
+#define MC_PC gregs[REG_EIP]