Invoking a system using syscall()
Dipanjan Das
mail.dipanjan.das at gmail.com
Sat Jun 7 01:50:04 EDT 2014
Hi,
I want to invoke getpid() system call using syscall. Here's the code
snippet below. But, I can't find anything in dmesg|tail output.
#include <sys/types.h>
int main()
{
pid_tret = syscall(20);
return 0;
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140607/70795bf3/attachment.html
More information about the Kernelnewbies
mailing list