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