mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-23 03:36:47 +08:00
Update README.md
typo
This commit is contained in:
parent
29b1367730
commit
8c9e8743fa
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ In a perfect world, each Linux distribution would use the same set of
|
||||||
system call numbers. But no.
|
system call numbers. But no.
|
||||||
|
|
||||||
[This](https://marcin.juszkiewicz.com.pl/download/tables/syscalls.html)
|
[This](https://marcin.juszkiewicz.com.pl/download/tables/syscalls.html)
|
||||||
is he most comprehensive list of system call numbers we have seen. It
|
is the most comprehensive list of system call numbers we have seen. It
|
||||||
shows system call numbers for many architectures and distributions.
|
shows system call numbers for many architectures and distributions.
|
||||||
|
|
||||||
## Example: calling `getpid()`
|
## Example: calling `getpid()`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue