Add semaphore.h parser-inc file
This commit is contained in:
parent
4b99d6a3f1
commit
76703b71a8
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
typedef union {
|
||||
char __size[];
|
||||
long int __align;
|
||||
} sem_t;
|
||||
|
||||
Loading…
Reference in New Issue