We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113b863 commit 64085b3Copy full SHA for 64085b3
src/util/syscall_sandbox.cpp
@@ -58,6 +58,10 @@ bool g_syscall_sandbox_log_violation_before_terminating{false};
58
#define __NR_membarrier 324
59
#endif
60
61
+#ifndef __NR_copy_file_range
62
+#define __NR_copy_file_range 326
63
+#endif
64
+
65
// This list of syscalls in LINUX_SYSCALLS is only used to map syscall numbers to syscall names in
66
// order to be able to print user friendly error messages which include the syscall name in addition
67
// to the syscall number.
0 commit comments