where can I find source code for read() system call in linux kernel? In the manual pages I can find the syntax of the system call but not the path to that particular system call.
Asked
Active
Viewed 1,625 times
2 Answers
0
Here is what you are looking for: http://lxr.linux.no/linux+v4.10.1/fs/read_write.c#L584

vtha
- 577
- 4
- 7