This commit is contained in:
Michael Kerrisk 2007-11-24 07:25:34 +00:00
parent 1931a36642
commit 8e09de4eb4
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ instead, most system calls have corresponding C library
wrapper functions which perform the steps required
(e.g., trapping to kernel mode) in order to invoke
the system call.
Thus, making a system looks the same as invoking a normal
Thus, making a system call looks the same as invoking a normal
library function.
For a list of the Linux system calls, see