X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=arch-ppc.h;h=8bfed5979bf2f77ad7f7806e3464a486eeec05a3;hp=e16f99babdf4ea13c9094c483c223d71dad11b50;hb=6586ee8992b30e81334d83d10480bdc4f6c8cc1a;hpb=ebac4655dd3624f3296ff83be48e0cdc02852f18 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)