Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-09 | fix harmless inconsistency in semtimedop | Rich Felker | 1 | -1/+1 | |
this should not matter since the reality is that either all the sysv sem syscalls are individual syscalls, or all of them are multiplexed on the SYS_ipc syscall (depending on arch). but best to be consistent anyway. | |||||
2013-11-09 | implement semtimedop | Rich Felker | 1 | -0/+13 | |
this is a Linux-specific extension to the sysv semaphore api. |