Home | History | Annotate | Download | only in rtl

Lines Matching defs:SIGTERM

123 const int SIGTERM = 15;
1806 // We do not detect errno spoiling for SIGTERM,
1807 // because some SIGTERM handlers do spoil errno but reraise SIGTERM,
1813 if (flags()->report_bugs && !sync && sig != SIGTERM && errno != 99) {