K 10 svn:author V 7 dchagin K 8 svn:date V 27 2015-02-22T15:48:36.920039Z K 7 svn:log V 258 Fix a bug introduced in r279107. Linux supports signal numbers from 1 to 64 incl. To prevent such errors in the future remove LINUX_NSIG constant which is similar to SIGRTMAX and use last everywhere. Remove LINUX_SIGTBLSZ constant which is not used anymore. END