Fix parameter configuration for connect()
This commit is contained in:
parent
c773e6ed10
commit
a0ee1d212b
|
@ -1,4 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!-- Description of the interfaces described by previous and current POSIX standards.
|
||||||
|
Current reference: http://pubs.opengroup.org/onlinepubs/9699919799/ -->
|
||||||
<def format="2">
|
<def format="2">
|
||||||
<!-- http://man7.org/linux/man-pages/man3/a64l.3.html -->
|
<!-- http://man7.org/linux/man-pages/man3/a64l.3.html -->
|
||||||
<!-- long a64l(const char *str64); -->
|
<!-- long a64l(const char *str64); -->
|
||||||
|
@ -90,7 +92,7 @@
|
||||||
<not-null/>
|
<not-null/>
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="2">
|
<arg nr="3">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
|
Loading…
Reference in New Issue