fix broken lseek on mipsn32 with offsets larger than LONG_MAX
[musl] / src / time / clock_nanosleep.c
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2016-10-20 Daniel Sabogalfix clock_nanosleep error case
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-07 Rich Felkerconsistency: change all remaining syscalls to use SYS_...
2011-03-20 Rich Felkerif returning errno value directly from a syscall, we...
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-03-10 Rich Felkermore cancellation points: tcdrain, clock_nanosleep
2011-02-19 Rich Felkerimplement the remaining clock_* interfaces