#include #include int semop(int semid, struct sembuf *sops, size_t nsops) { return syscall(semop, semid, sops, nsops); }