posix.cfg: Added support for more podtypes.
This commit is contained in:
parent
703114dd0d
commit
977fbc8030
|
@ -633,6 +633,16 @@
|
|||
<podtype name="pthread_mutex_t"/>
|
||||
<podtype name="pthread_barrier_t"/>
|
||||
<podtype name="pthread_barrierattr_t"/>
|
||||
<podtype name="pthread_once_t"/>
|
||||
<podtype name="pthread_rwlock_t"/>
|
||||
<podtype name="pthread_rwlockattr_t"/>
|
||||
<podtype name="pthread_spinlock_t"/>
|
||||
<podtype name="pthread_t"/>
|
||||
<podtype name="timer_t"/>
|
||||
<podtype name="trace_attr_t"/>
|
||||
<podtype name="trace_event_id_t"/>
|
||||
<podtype name="trace_event_set_t"/>
|
||||
<podtype name="trace_id_t"/>
|
||||
<podtype name="stat"/>
|
||||
<podtype name="jmp_buf"/>
|
||||
<podtype name="sigjmp_buf"/>
|
||||
|
|
Loading…
Reference in New Issue