X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=arch-ppc.h;h=8bfed5979bf2f77ad7f7806e3464a486eeec05a3;hp=e16f99babdf4ea13c9094c483c223d71dad11b50;hb=8756e4d421722eaeb089067aeaaf317d05d53a57;hpb=c9fad893e8333682d6ab67a269b0dd74f303c5bc diff --git a/arch-ppc.h b/arch-ppc.h index e16f99ba..8bfed597 100644 --- a/arch-ppc.h +++ b/arch-ppc.h @@ -12,6 +12,12 @@ #define __NR_fadvise64 233 #endif +#ifndef __NR_sys_splice +#define __NR_sys_splice 283 +#define __NR_sys_tee 284 +#define __NR_sys_vmsplice 285 +#endif + #define nop do { } while (0) static inline int __ilog2(unsigned long bitmask)