History log of /seL4-camkes-master/projects/musllibc/src/ipc/semtimedop.c
Revision Date Author Comments
# 35cf8b3e 09-Nov-2013 Rich Felker <dalias@aerifal.cx>

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.


# 4571f9f8 08-Nov-2013 Rich Felker <dalias@aerifal.cx>

implement semtimedop

this is a Linux-specific extension to the sysv semaphore api.