SYS_read
Man Page
Attempts to read up to count bytes from file descriptor fd into the buffer
starting at buf.
Signature
Notes
- On success, returns the number of bytes read (zero indicates end of file)
- On error, returns -1 and sets errno appropriately
- The file position is advanced by the number of bytes read