This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Implementation of read() under Linux


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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]