|
int semtimedop(int id, struct sembuf *buf, size_t n, const struct timespec *ts)
|
|
int semtimedop(int id, struct sembuf *buf, size_t n, const struct timespec *ts)
|
|
return syscall(SYS_semtimedop, id, buf, n, ts);
|
|
return syscall(SYS_semtimedop, id, buf, n, ts);
|
|
return syscall(SYS_ipc, IPCOP_semtimedop, id, n, 0, buf, ts);
|
|
return syscall(SYS_ipc, IPCOP_semtimedop, id, n, 0, buf, ts);
|