X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=arch-x86_64.h;h=221ab9077ab9943542d93b3b139d11650f931a3d;hp=cca66f681789c3a79aa0d0f44f23c6afd793a009;hb=8756e4d421722eaeb089067aeaaf317d05d53a57;hpb=ebac4655dd3624f3296ff83be48e0cdc02852f18 diff --git a/arch-x86_64.h b/arch-x86_64.h index cca66f68..221ab907 100644 --- a/arch-x86_64.h +++ b/arch-x86_64.h @@ -12,6 +12,12 @@ #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)