Add semaphore.h parser-inc file

This commit is contained in:
rdb 2009-09-26 13:00:26 +00:00
parent 4b99d6a3f1
commit 76703b71a8

View File

@ -0,0 +1,6 @@
typedef union {
char __size[];
long int __align;
} sem_t;