7 lines
64 B
C
7 lines
64 B
C
|
|
||
|
typedef union {
|
||
|
char __size[];
|
||
|
long int __align;
|
||
|
} sem_t;
|
||
|
|