Bug 214171
Summary: | I am not sure why the definition of EAI_SYSTEM, from getaddrinfo, was changed from POSIX | ||
---|---|---|---|
Product: | Documentation | Reporter: | Cristian Morales Vega (christian.morales.vega) |
Component: | man-pages | Assignee: | documentation_man-pages (documentation_man-pages) |
Status: | NEW --- | ||
Severity: | normal | CC: | alx |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
Cristian Morales Vega
2021-08-25 14:49:59 UTC
It seems reasonable to have doubts about if (ret == EAI_SYSTEM && errno == 0) can happen, with the current wording. Perhaps we can use a wording similar to most pages' RETURN VALUE section: [ EAI_SYSTEM Other system error; errno is set to indicate the error. ] This is more explicit in that "errno is _set_". Hmm? |