posix.cfg: Started to add podtype definition for POSIX systems.

This commit is contained in:
orbitcowboy 2014-06-16 13:45:32 +02:00
parent 76f3f67bcf
commit 072dc4881c
1 changed files with 5 additions and 1 deletions

View File

@ -54,4 +54,8 @@
<dealloc>pclose</dealloc>
<alloc init="true">popen</alloc>
</resource>
</def>
<podtype name="in_port_t" sign="u" size="2"/>
<podtype name="in_addr_t" sign="s" size="4"/>
</def>