I want ask How can I get pid and uid of sending process?????
I want make program which use signal.
I made sig_handler which print uid of sending process, pid of sending process.
And by using SIGCHLD I want print uid and pid of sending process.
How can I do that?