1#include <signal.h>
2
3int __libc_current_sigrtmax()
4{
5	return _NSIG-1;
6}
7