public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] lapi/aarch64.in: Fix incorrect syscall number for copy_file_range
@ 2018-01-24  7:04 Xiao Yang
  2018-01-24 10:20 ` Li Wang
  2018-01-24 11:20 ` Cyril Hrubis
  0 siblings, 2 replies; 3+ messages in thread
From: Xiao Yang @ 2018-01-24  7:04 UTC (permalink / raw)
  To: ltp

64-bit ARM should use the generic syscall number which is 285.

Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
---
 include/lapi/syscalls/aarch64.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lapi/syscalls/aarch64.in b/include/lapi/syscalls/aarch64.in
index 8b725e3..1f45839 100644
--- a/include/lapi/syscalls/aarch64.in
+++ b/include/lapi/syscalls/aarch64.in
@@ -256,4 +256,4 @@ sendmmsg 269
 kcmp 272
 getrandom 278
 memfd_create 279
-copy_file_range 391
+copy_file_range 285
-- 
1.8.3.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-24 11:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-24  7:04 [LTP] [PATCH] lapi/aarch64.in: Fix incorrect syscall number for copy_file_range Xiao Yang
2018-01-24 10:20 ` Li Wang
2018-01-24 11:20 ` Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox