Merge branch 'master' of ssh://gapil.gnulinux.it/srv/git/gapil
[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 };