diff options
author | FreeArtMan <dos21h@gmail.com> | 2017-05-21 17:42:50 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2017-05-21 17:42:50 +0100 |
commit | 2db4ef8315e7f7ea81d480f539de274f4e636c82 (patch) | |
tree | 6a91b1e5b0ce07caf1e716f713afa1e4f2c8e5a0 /md/notes/syscalls.md | |
parent | 49a0f8cab72fcf779f305634237a963cc9cbd152 (diff) | |
download | md-content-2db4ef8315e7f7ea81d480f539de274f4e636c82.tar.gz md-content-2db4ef8315e7f7ea81d480f539de274f4e636c82.zip |
Added new post about low pass filter example, and example usage
Diffstat (limited to 'md/notes/syscalls.md')
-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 |