On Thu, 2009-04-09 at 14:16 +0530, gautham k wrote:
hello everyone
I am looking into system call failure i know that system call fail when errno is non-zero

Not exactly right: the return code of a system call indicates failure or success. Only if the return code indicates a failure (== -1, usually), errno contains valid information.

 Joachim

--
Joachim Worringen, Software Architect, Dolphin Interconnect Solutions
phone ++49/(0)228/324 08 17 - http://www.dolphinics.com
_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to