aboutsummaryrefslogtreecommitdiffstats
path: root/docs/pseudo_syscalls.md
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@linux.ibm.com>2021-07-14 15:12:39 +1000
committerDmitry Vyukov <dvyukov@google.com>2021-07-19 11:29:36 +0200
commit4760a80fad88909b48c1b60dd8c6d7ba991a2416 (patch)
tree192e5ac175c3cdbe6ae73ee6c3bd943db015c249 /docs/pseudo_syscalls.md
parent40c360bea98928f9826762046ddeefad6405ca09 (diff)
executor: prepare code generator to allow other achitectures
At the moment only AMD64 is supported, change file names to emphasise this. Signed-off-by: Alexey Kardashevskiy <aik@linux.ibm.com>
Diffstat (limited to 'docs/pseudo_syscalls.md')
-rw-r--r--docs/pseudo_syscalls.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pseudo_syscalls.md b/docs/pseudo_syscalls.md
index 5247dd6b3..0eeff4e6c 100644
--- a/docs/pseudo_syscalls.md
+++ b/docs/pseudo_syscalls.md
@@ -41,7 +41,7 @@ one. These header files are defined in [gen.go](../pkg/csource/gen.go):
"common_usb.h",
"android/android_seccomp.h",
"kvm.h",
- "kvm.S.h",
+ "kvm_amd64.S.h",
}
For instance, if our new pseudo-syscall is Linux-specific, then