X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=arch-x86.h;h=96b4602752cec44113cce9889aeb415b018d0e83;hp=4e74c0c3a4b4fce97d56da4068bee31750d552c7;hb=8756e4d421722eaeb089067aeaaf317d05d53a57;hpb=c9fad893e8333682d6ab67a269b0dd74f303c5bc 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)