Commit graph

2 commits

Author SHA1 Message Date
Rich Felker
35cf8b3e73 fix harmless inconsistency in semtimedop
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 17:54:20 -05:00
Rich Felker
4571f9f856 implement semtimedop
this is a Linux-specific extension to the sysv semaphore api.
2013-11-09 00:18:57 -05:00