posix.cfg: Added support for 'DIR' dataype.
This commit is contained in:
parent
180d7389a0
commit
07ae1d4278
|
@ -460,4 +460,5 @@
|
|||
<podtype name="blksize_t" sign="s"/>
|
||||
<podtype name="ssize_t" sign="s"/>
|
||||
<podtype name="dirent"/>
|
||||
<podtype name="DIR"/>
|
||||
</def>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue