Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 10
    read and write in that tutorial are not system calls, they're a userspace libc API. Commented Feb 20, 2022 at 17:28
  • @ChrisDown Despite wikipedia labeling read and write as system calls, I agree with you 100%. While those functions are not a part of the C standard library, they are a part of the POSIX library (which also is an API). Commented Feb 21, 2022 at 15:40