Some of the code which I am testing using splint is giving me a parse error.<br>I am running a linux-2.6.9 kernel:<br><br>$splint abcd_main.cpp -I ${abc_project_path}/xx/h<br><br><br>The output is:<br><br>Splint 3.1.1 --- 15 Jun 2004
<br><br>/usr/include/bits/sigthread.h:33:18: Parse Error:<br> Inconsistent function parameter syntax: __sigset_t :<br> <any>. (For help on parse errors, see splint -help parseerrors.)<br>*** Cannot continue.<br>
<br><br>What seems to be the problem? <br><br>Thanks.<br>