blob: 4b7738c82efcf31b86f4abf455b44d73d66697d4 [file] [log] [blame]
#include <signal.h>
int __libc_current_sigrtmax() {
return _NSIG - 1;
}