Skip to content

Commit b0e9805

Browse files
committed
posix.cfg: Fixed wrong function name, introducted by my last commit.
1 parent 47e949b commit b0e9805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cfg/posix.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<leak-ignore/>
3535
</function>
3636
<!-- void FD_ZERO(fd_set *set);-->
37-
<function name="FD_SET">
37+
<function name="FD_ZERO">
3838
<noreturn>false</noreturn>
3939
<arg nr="1">
4040
<not-null/>

0 commit comments

Comments
 (0)