posix.cfg: Fixed wrong function name, introducted by my last commit.
This commit is contained in:
parent
47e949bc63
commit
b0e9805620
|
@ -34,7 +34,7 @@
|
|||
<leak-ignore/>
|
||||
</function>
|
||||
<!-- void FD_ZERO(fd_set *set);-->
|
||||
<function name="FD_SET">
|
||||
<function name="FD_ZERO">
|
||||
<noreturn>false</noreturn>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
|
|
Loading…
Reference in New Issue