mirror of
https://github.com/ziglang/zig.git
synced 2025-12-15 10:43:08 +00:00
7 lines
150 B
C
7 lines
150 B
C
struct semid_ds {
|
|
struct ipc_perm sem_perm;
|
|
time_t sem_otime;
|
|
time_t sem_ctime;
|
|
unsigned short __pad[3], sem_nsems;
|
|
unsigned long __unused[2];
|
|
}; |