gnu.cfg: Do no require use-retval for accept().

This commit is contained in:
orbitcowboy 2015-07-14 16:16:01 +02:00
parent c4bcd6ec4c
commit fa03a93f89
1 changed files with 0 additions and 1 deletions

View File

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