diff options
| author | FreeArtMan <dos21h@gmail.com> | 2023-02-15 10:32:36 +0000 | 
|---|---|---|
| committer | FreeArtMan <dos21h@gmail.com> | 2023-02-15 10:32:36 +0000 | 
| commit | 7b49248caa852c7652f5cd2fa64f633a5829c736 (patch) | |
| tree | c19e3b0f762b8f2dc2bdb4258d936e420fecb19a /md | |
| parent | e4a8eb246cee429a76b6db9e40439e3a62de5ce6 (diff) | |
| download | md-content-7b49248caa852c7652f5cd2fa64f633a5829c736.tar.gz md-content-7b49248caa852c7652f5cd2fa64f633a5829c736.zip  | |
Fixed rebase
Diffstat (limited to 'md')
| -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  | 
