taglinefilesource code
sembuf354ipc/sem.cint sys_semop (int semid, struct sembuf *tsops, unsigned nsops)
sembuf359ipc/sem.cstruct sembuf sops[SEMOPM], *sop;
sembuf24ipc/util.cextern int sys_semop (int semid, struct sembuf *sops, unsigned nsops);
sembuf76ipc/util.creturn sys_semop (first, (struct sembuf *)ptr, second);