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