posix.cfg: declared usleep() as <leak-ignore/>. Improved support for <unistd.h> functions.
This commit is contained in:
parent
f5a336d576
commit
d2552dd93a
|
@ -6,9 +6,14 @@
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
<valid>0:999999</valid>
|
<valid>0:999999</valid>
|
||||||
</arg>
|
</arg>
|
||||||
|
<leak-ignore/>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void _exit(int status); -->
|
||||||
<function name="_exit">
|
<function name="_exit">
|
||||||
<noreturn>true</noreturn>
|
<noreturn>true</noreturn>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- int access(const char *pathname, int mode); -->
|
<!-- int access(const char *pathname, int mode); -->
|
||||||
<function name="access">
|
<function name="access">
|
||||||
|
|
Loading…
Reference in New Issue