Making EPERM friendlier
Making EPERM friendlier
Posted Jan 22, 2013 7:22 UTC (Tue) by itvirta (guest, #49997)In reply to: Making EPERM friendlier by apoelstra
Parent article: Making EPERM friendlier
That only worked if the two functions returned distinct error codes, if they both return EPERM then the same problem appears.
Btw, this is the first I've heard of errno_t, apparently on the systems I checked, errno is defined as just (extern) int errno. Where does errno_t come from?