277b34fe00339a32f3b7a8f0504572467bad92cd
[gapil.git] / 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 };