posix.cfg: Started to add podtype definition for POSIX systems.
This commit is contained in:
parent
76f3f67bcf
commit
072dc4881c
|
@ -54,4 +54,8 @@
|
||||||
<dealloc>pclose</dealloc>
|
<dealloc>pclose</dealloc>
|
||||||
<alloc init="true">popen</alloc>
|
<alloc init="true">popen</alloc>
|
||||||
</resource>
|
</resource>
|
||||||
|
|
||||||
|
<podtype name="in_port_t" sign="u" size="2"/>
|
||||||
|
<podtype name="in_addr_t" sign="s" size="4"/>
|
||||||
|
|
||||||
</def>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue