Ampliata select e rivisto il paragrafo su I/I multiplexing, iniziato il
[gapil.git] / listati / sembuf.h
1 struct sembuf
2 {
3   unsigned short int sem_num;   /* semaphore number */
4   short int sem_op;             /* semaphore operation */
5   short int sem_flg;            /* operation flag */
6 };