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