diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-06-10 14:21:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-10 14:21:54 +0200 |
| commit | a6f7998d6bf3db6e1c60612c4711ab0791d86404 (patch) | |
| tree | 1dff9761fd74c2b477ca2a94b548d9f5079ba1d5 /docs/syscall_descriptions_syntax.md | |
| parent | 5caaad3a744ac94014f886a940dbbe11fcbc2d0f (diff) | |
Update syscall_descriptions_syntax.md
Diffstat (limited to 'docs/syscall_descriptions_syntax.md')
| -rw-r--r-- | docs/syscall_descriptions_syntax.md | 8 |
1 files changed, 4 insertions, 4 deletions
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). |
