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/>
|
||||
<valid>0:999999</valid>
|
||||
</arg>
|
||||
<leak-ignore/>
|
||||
</function>
|
||||
<!-- void _exit(int status); -->
|
||||
<function name="_exit">
|
||||
<noreturn>true</noreturn>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- int access(const char *pathname, int mode); -->
|
||||
<function name="access">
|
||||
|
|
Loading…
Reference in New Issue