Making EPERM friendlier
Posted Jan 21, 2013 11:45 UTC (Mon) by
johill (subscriber, #25196)
In reply to:
Making EPERM friendlier by mpr22
Parent article:
Making EPERM friendlier
Not really. As far as I understand he's basically saying
struct ext_err_no {
int /* or whatever */ errno;
// ... extended info ...
};
struct ext_err_no errno_storage;
#define errno &errno_storage.errno
(I'd guess this could be made to work and still be compliant)
The question of course is how to determine that the extended info is there?
(
Log in to post comments)