Home | History | Annotate | Download | only in rtl

Lines Matching defs:errno

144 #define errno (*__errno_location())
680 errno = EINVAL;
1784 // Ensure that the handler does not spoil errno.
1785 const int saved_errno = errno;
1786 errno = 99;
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) {
1825 errno = saved_errno;