Add more context to the error messages
[fio.git] / arch-x86_64.h
index cca66f681789c3a79aa0d0f44f23c6afd793a009..221ab9077ab9943542d93b3b139d11650f931a3d 100644 (file)
 #define __NR_fadvise64         221
 #endif
 
+#ifndef __NR_sys_splice
+#define __NR_sys_splice                275
+#define __NR_sys_tee           276
+#define __NR_sys_vmsplice      278
+#endif
+
 #define nop    __asm__ __volatile__("rep;nop": : :"memory")
 
 static inline unsigned long ffz(unsigned long bitmask)