posix.cfg: Fixed wrong index. The memory is allocated at the 4'th parameter.
This commit is contained in:
parent
c62e46dc6e
commit
39ca654519
|
@ -3251,7 +3251,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
||||||
<dealloc>mq_close</dealloc>
|
<dealloc>mq_close</dealloc>
|
||||||
</resource>
|
</resource>
|
||||||
<memory>
|
<memory>
|
||||||
<alloc init="true" arg="3">getaddrinfo</alloc>
|
<alloc init="true" arg="4">getaddrinfo</alloc>
|
||||||
<dealloc>freeaddrinfo</dealloc>
|
<dealloc>freeaddrinfo</dealloc>
|
||||||
</memory>
|
</memory>
|
||||||
<!-- This type definitions refer to http://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/types.h.html-->
|
<!-- This type definitions refer to http://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/types.h.html-->
|
||||||
|
|
Loading…
Reference in New Issue