index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
signal
/
sigrtmin.c
blob: c5a1fd92dae74de3dc80f180a592ea92bfbb8a5a (
plain
) (
blame
)
1
2
3
4
5
6
#include
<signal.h>
int
__libc_current_sigrtmin
()
{
return
35
;
}