Sign in
mojo
/
mojo-tools
/
b3a28bec1abb6642ddf21b21406c6666fb821438
/
.
/
fusl
/
src
/
signal
/
sigrtmax.c
blob: 4b7738c82efcf31b86f4abf455b44d73d66697d4 [
file
] [
log
] [
blame
]
#include
<signal.h>
int
__libc_current_sigrtmax
()
{
return
_NSIG
-
1
;
}