fix debugger tracking of shared libraries on mips with PIE main program
[musl] / src / signal / sigrtmax.c
index 0ef2987..44dc88f 100644 (file)
@@ -1,4 +1,6 @@
+#include <signal.h>
+
 int __libc_current_sigrtmax()
 {
-       return 64;
+       return _NSIG-1;
 }