| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix harmless inconsistency in semtimedop | Rich Felker | 2013-11-09 | 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. | ||||
| * | implement semtimedop | Rich Felker | 2013-11-09 | 1 | -0/+13 |
| this is a Linux-specific extension to the sysv semaphore api. | |||||
