taglinefilesource code
sembuf342ipc/sem.cint sys_semop (int semid, struct sembuf *tsops, unsigned nsops)
sembuf347ipc/sem.cstruct sembuf sops[SEMOPM], *sop;
sembuf23ipc/util.cextern int sys_semop (int semid, struct sembuf *sops, unsigned nsops);
sembuf71ipc/util.creturn sys_semop (first, (struct sembuf *)ptr, second);