This commit is contained in:
Michael Kerrisk 2007-07-07 19:18:19 +00:00
parent 5ed9e72d48
commit 96b8e49f27
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ described below.
A _syscall macro
desired system call
.SS Setup
.SS Set-up
The important thing to know about a system call is its prototype.
You need to know how many arguments, their types,
and the function return type.