posix.cfg: Added more podtypes.

This commit is contained in:
Martin Ettl 2015-02-05 17:44:51 +01:00
parent d2552dd93a
commit c676e34887
1 changed files with 5 additions and 0 deletions

View File

@ -626,6 +626,11 @@
<podtype name="key_t"/>
<podtype name="tms"/>
<podtype name="pthread_attr_t"/>
<podtype name="pthread_cond_t"/>
<podtype name="pthread_condattr_t"/>
<podtype name="pthread_key_t"/>
<podtype name="pthread_mutexattr_t"/>
<podtype name="pthread_mutex_t"/>
<podtype name="pthread_barrier_t"/>
<podtype name="pthread_barrierattr_t"/>
<podtype name="stat"/>