<div dir="ltr">On Sat, Jun 7, 2014 at 11:20 AM, Dipanjan Das <span dir="ltr">&lt;<a href="mailto:mail.dipanjan.das@gmail.com" target="_blank">mail.dipanjan.das@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>Hi,</div><div><br></div>
<div>I want to invoke getpid() system call using syscall. Here&#39;s the code snippet below. But, I can&#39;t find anything in dmesg|tail output.</div><div><br></div>
<div>#include &lt;sys/types.h&gt;</div><div><br></div><div>int main()</div><div>{</div><div>       pid_tret = syscall(20);</div><div>       return 0;</div><div>}</div></div></blockquote><div> </div><div><span style="font-family:arial,sans-serif;font-size:13px">Have you seen the code of the system call sys_getpid ? I dont find anything there which will print in dmesg .. ofcourse you can modify the code and then you will get the output in dmesg .</span> </div>
</div></div></div>