historical/toontown-classic.git/panda/include/parser-inc/semaphore.h

7 lines
64 B
C
Raw Normal View History

2024-01-16 17:20:27 +00:00
typedef union {
char __size[];
long int __align;
} sem_t;