fix type issues in stdint.h so underlying types of 64-bit types match ABI
[musl] / src / time / clock_nanosleep.c
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