X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=arch-x86.h;h=96b4602752cec44113cce9889aeb415b018d0e83;hp=4e74c0c3a4b4fce97d56da4068bee31750d552c7;hb=906c8d75eef9247c02d1f1f6771b6fa2338329fa;hpb=ebac4655dd3624f3296ff83be48e0cdc02852f18;ds=sidebyside diff --git a/arch-x86.h b/arch-x86.h index 4e74c0c3..96b46027 100644 --- a/arch-x86.h +++ b/arch-x86.h @@ -12,6 +12,12 @@ #define __NR_fadvise64 250 #endif +#ifndef __NR_sys_splice +#define __NR_sys_splice 313 +#define __NR_sys_tee 315 +#define __NR_sys_vmsplice 316 +#endif + #define nop __asm__ __volatile__("rep;nop": : :"memory") static inline unsigned long ffz(unsigned long bitmask)