index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
time
/
clock_nanosleep.c
Age
Commit message (
Expand
)
Author
Lines
14 days
fix build regression in clock_nanosleep on 64-bit archs
HEAD
master
Rich Felker
-1
/
+1
2026-08-17
clock_nanosleep: don't assume nanosleep syscall exists
Rich Felker
-2
/
+11
2019-07-28
clock_nanosleep: add time64 syscall support, decouple 32-bit time_t
Rich Felker
-0
/
+25
2019-07-27
refactor thrd_sleep and nanosleep in terms of clock_nanosleep
Rich Felker
-3
/
+7
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
-1
/
+0
2016-10-20
fix clock_nanosleep error case
Daniel Sabogal
-1
/
+3
2011-04-17
overhaul pthread cancellation
Rich Felker
-5
/
+1
2011-04-06
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
Rich Felker
-1
/
+1
2011-03-19
if returning errno value directly from a syscall, we need to negate it.
Rich Felker
-1
/
+1
2011-03-19
syscall overhaul part two - unify public and internal syscall interface
Rich Felker
-2
/
+1
2011-03-10
more cancellation points: tcdrain, clock_nanosleep
Rich Felker
-1
/
+6
2011-02-19
implement the remaining clock_* interfaces
Rich Felker
-0
/
+8