posix.cfg: Fixed wrong function name, introducted by my last commit.

This commit is contained in:
Martin Ettl 2015-04-12 12:53:29 +02:00
parent 47e949bc63
commit b0e9805620
1 changed files with 1 additions and 1 deletions

View File

@ -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/>