Reputation: 3884
Say I have a wrapper function for each file system related system calls e.g, open(), close(), creat() etc and inside each wrapper function I need to find out the process id of the process making the syscall. Would be gratefull for some pointers. Thanks....
Upvotes: 0
Views: 150