posix.cfg: Added support for more POSIX types.

This commit is contained in:
Martin Ettl 2015-02-01 10:40:38 +01:00
parent 9dfb864522
commit b47f189247
1 changed files with 6 additions and 0 deletions

View File

@ -465,4 +465,10 @@
<podtype name="ssize_t" sign="s"/>
<podtype name="dirent"/>
<podtype name="DIR"/>
<podtype name="clockid_t"/>
<podtype name="dev_t"/>
<podtype name="key_t"/>
<podtype name="pthread_attr_t"/>
<podtype name="pthread_barrier_t"/>
<podtype name="pthread_barrierattr_t"/>
</def>