[v9_9] isc_errno_toresult()
4445. [cleanup] isc_errno_toresult() can now be used to call the
formerly private function isc__errno2result().
[RT #43050]
(cherry picked from commit ddef16e1d9)
This commit is contained in:
@@ -30,10 +30,11 @@
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
#define isc__errno2result(posixerrno) \
|
||||
isc__errno2resultx(posixerrno, __FILE__, __LINE__)
|
||||
isc__errno2resultx(posixerrno, ISC_TRUE, __FILE__, __LINE__)
|
||||
|
||||
isc_result_t
|
||||
isc__errno2resultx(int posixerrno, const char *file, int line);
|
||||
isc__errno2resultx(int posixerrno, isc_boolean_t dolog,
|
||||
const char *file, int line);
|
||||
|
||||
ISC_LANG_ENDDECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user