diff options
Diffstat (limited to 'md/notes')
| -rw-r--r-- | md/notes/syscalls.md | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/md/notes/syscalls.md b/md/notes/syscalls.md index 81a2240..af96231 100644 --- a/md/notes/syscalls.md +++ b/md/notes/syscalls.md @@ -9,8 +9,6 @@ Manually generated list of syscalls. Latest update is for 5.6-rc4.  ## Syscalls -Linux x86_64 syscall table -  <script>  <!-- dirty hacks to eneable body width, in lynx looks ok, but in html not so dont hit me with stick for that plz -->  (function() {document.body.style.maxWidth="95%"})(); @@ -367,6 +365,7 @@ Linux x86_64 syscall table  |435|sys_clone3|2|0x1b3|struct clone_args __user *uargs|size_t size|||||  |437|sys_openat2|4|0x1b5|int dfd|const char __user *filename|struct open_how *how|size_t size|||  |438|sys_pidfd_getfd|2|0x1b6|struct pid *pid|int fd||||| +  ## Used data structures  ### References  | 
