use the generic ioctl.h for x86_64, x32 and aarch64
[musl] / arch / i386 / atomic_arch.h
index 6e67c4c..2b1a049 100644 (file)
@@ -71,7 +71,7 @@ static inline void a_barrier()
        __asm__ __volatile__( "" : : : "memory" );
 }
 
-#define a_pause a_pause
+#define a_spin a_spin
 static inline void a_spin()
 {
        __asm__ __volatile__( "pause" : : : "memory" );