#include int __libc_current_sigrtmax() { return _NSIG-1; } #ifdef TEST int main(void) { return 0; } #endif