summaryrefslogtreecommitdiff
path: root/src/ipc/semtimedop.c
AgeCommit message (Expand)AuthorLines
2023-04-11semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32Alexey Izbyshev-1/+2
2019-07-28semtimedop: add time64 syscall support, decouple 32-bit time_tRich Felker-2/+24
2019-07-01ipc: prefer SYS_ipc when it is definedSzabolcs Nagy-1/+1
2013-11-09fix harmless inconsistency in semtimedopRich Felker-1/+1
2013-11-09implement semtimedopRich Felker-0/+13