Fix some invalid attributes in library

This commit is contained in:
Alexander Mai 2015-07-15 18:41:41 +02:00
parent b821e996e1
commit 38ac8cd594
1 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@
<!-- http://man7.org/linux/man-pages/man2/accept.2.html -->
<!-- int accept(int sockfd, struct sockaddr *addr, socklen_t *addrlen); -->
<function name="accept">
<use-retval/>
<noreturn>false</noreturn>
<arg nr="1">
<not-uninit/>
@ -37,7 +36,6 @@
</arg>
<arg nr="3">
<not-uninit/>
<not-null/>
</arg>
<leak-ignore/>
</function>