K 10 svn:author V 2 ed K 8 svn:date V 27 2016-05-31T08:38:24.157993Z K 7 svn:log V 445 Add missing dependency on . In r227474, this header file was changed to define SIG_ATOMIC_{MIN,MAX} in terms of LONG_{MIN,MAX}. Unlike all of the definitions in this header file, LONG_{MIN,MAX} is provided by . Remove the dependency on by using __LONG_{MIN,MAX} instead and including . This change is needed to make SIG_ATOMIC_{MIN,MAX} work without including any other header files. END