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
/
signal
/
sigtimedwait.c
Age
Commit message (
Expand
)
Author
Lines
2019-07-28
sigtimedwait: add time64 syscall support, decouple 32-bit time_t
Rich Felker
-4
/
+24
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
-1
/
+0
2013-03-26
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
Rich Felker
-1
/
+1
2012-09-06
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
-1
/
+1
2012-08-09
fix (hopefully) all hard-coded 8's for kernel sigset_t size
Rich Felker
-1
/
+2
2011-04-17
overhaul pthread cancellation
Rich Felker
-6
/
+2
2011-04-06
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
Rich Felker
-1
/
+1
2011-03-24
overhaul cancellation to fix resource leaks and dangerous behavior with signals
Rich Felker
-0
/
+1
2011-03-19
syscall overhaul part two - unify public and internal syscall interface
Rich Felker
-1
/
+1
2011-03-10
make sigtimedwait a cancellation point
Rich Felker
-0
/
+3
2011-03-10
don't fail with EINTR in sigtimedwait
Rich Felker
-6
/
+6
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+12