K 10 svn:author V 8 theraven K 8 svn:date V 27 2011-11-12T20:16:06.912820Z K 7 svn:log V 300 Fix SIGATOMIC_M{IN,AX} on x86-64. These are meant to be the minimum values that are allowed in a sig_atomic_t, but it looks like they were just copied from the x86 versions, so these definitions violate the C and C++ specs. Mismatch was spotted by the libc++ test suite. Approved by: dim (mentor) END