diff options
Diffstat (limited to 'md/notes')
-rw-r--r-- | md/notes/syscalls.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/md/notes/syscalls.md b/md/notes/syscalls.md index 4c13b36..41575a7 100644 --- a/md/notes/syscalls.md +++ b/md/notes/syscalls.md @@ -356,4 +356,5 @@ line that should be syscall source code lines 2. [http://docs.cs.up.ac.za](http://docs.cs.up.ac.za/programming/asm/derick_tut/syscalls.html) 3. [http://syscalls.kernelgrok.com](http://syscalls.kernelgrok.com/) 4. [http://man7.org](http://man7.org/linux/man-pages/man2/syscalls.2.html) -5. [https://filippo.io](https://filippo.io/linux-syscall-table/)
\ No newline at end of file +5. [https://filippo.io](https://filippo.io/linux-syscall-table/) +6. [https://fedora.juszkiewicz.com.pl/syscalls.html](https://fedora.juszkiewicz.com.pl/syscalls.html)
\ No newline at end of file |