index
:
bootstrap.git
trunk
Bootstrapping a C compiler from scratch
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
05
/
musl-0.6.0
/
src
/
signal
/
sigrtmax.c
blob: 0ef2987315cdbf372aa719d6aa9af7186949dc7e (
plain
)
1
2
3
4
int
__libc_current_sigrtmax
()
{
return
64
;
}