From a6f7998d6bf3db6e1c60612c4711ab0791d86404 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Wed, 10 Jun 2020 14:21:54 +0200 Subject: Update syscall_descriptions_syntax.md --- docs/syscall_descriptions_syntax.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/syscall_descriptions_syntax.md') diff --git a/docs/syscall_descriptions_syntax.md b/docs/syscall_descriptions_syntax.md index e53acebe7..38b31caa1 100644 --- a/docs/syscall_descriptions_syntax.md +++ b/docs/syscall_descriptions_syntax.md @@ -346,8 +346,8 @@ Description files also contain `include` directives that refer to Linux kernel h `incdir` directives that refer to custom Linux kernel header directories and `define` directives that define symbolic constant values. -The syzkaller executor defines some pseudo sytem calls that can be used -as any other syscall in a description file. These pseudo system calls -expand to literal C code and can perform user-defined custom -actions. You can find some examples in +The syzkaller executor defines some [pseudo system calls](./pseudo_syscalls.md) +that can be used as any other syscall in a description file. These pseudo +system calls expand to literal C code and can perform user-defined +custom actions. You can find some examples in [executor/common_linux.h](../executor/common_linux.h). -- cgit mrf-deployment