Aggiornamento alla versione reale
[gapil.git] / listati / semid_ds.h
1 struct semid_ds
2 {
3     struct ipc_perm sem_perm;           /* operation permission struct */
4     time_t sem_otime;                   /* last semop() time */
5     time_t sem_ctime;                   /* last time changed by semctl() */
6     unsigned long int sem_nsems;        /* number of semaphores in set */
7 };