Implementation of read() under Linux

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

I dont know if this question is relevant on this mailing list, but please do help me out if you can.

For my project, I need to trace the read() function call till the VFS level. I know that read() makes the kernel invoke sys_read() and I want to do the same thing with some additional functionalities. Can i get the implementation of the read() function in gcc source code (maybe in the source file like unistd.c) so that on the parallel lines I will be able to write my own my_read() function which in turn will call the sys_read() too?

Thanks and regards,

Vineet



_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux