Trattati gli sparse file e gli hole dei file, e aggiunte varie correzioni
[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 };