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