posix.cfg: Added support for 'DIR' dataype.

This commit is contained in:
orbitcowboy 2015-01-26 08:49:35 +01:00
parent 180d7389a0
commit 07ae1d4278
2 changed files with 2 additions and 0 deletions

View File

@ -460,4 +460,5 @@
<podtype name="blksize_t" sign="s"/>
<podtype name="ssize_t" sign="s"/>
<podtype name="dirent"/>
<podtype name="DIR"/>
</def>

View File

@ -5480,6 +5480,7 @@
<podtype name="size_t" sign="u"/>
<podtype name="double_t"/>
<podtype name="float_t"/>
<podtype name="time_t"/>
<!--Not part of standard, but widely supported by runtime libraries-->
<function name="itoa">
<noreturn>false</noreturn>