]> sourceware.org Git - newlib-cygwin.git/commit
gai_strerror() - Update string error messages according to RFC 3493.
authorpfg <pfg@FreeBSD.org>
Sun, 23 Dec 2018 18:15:48 +0000 (18:15 +0000)
committerSebastian Huber <sebastian.huber@embedded-brains.de>
Wed, 25 Sep 2019 06:38:27 +0000 (08:38 +0200)
commit84ba60e6ebc9a2ea3898278b2a6a9669cd5b58b5
tree2ce778915982c291c76a493cb881058bd9ac8464
parenta9724c3904c5680890f23ce248e4b7092eeabf35
gai_strerror() - Update string error messages according to RFC 3493.

Error messages in gai_strerror(3) vary largely among OSs.

For new software we largely replaced the obsoleted EAI_NONAME and
with EAI_NODATA but we never updated the corresponding message to better
match the intended use. We also have references to ai_flags and ai_family
which are not very descriptive for non-developer end users.

Bring new new error messages based on informational RFC 3493, which has
obsoleted RFC 2553, and make them consistent among the header adn
manpage.

MFC after: 1 month
Differentical Revision: D18630
newlib/libc/sys/rtems/include/netdb.h
This page took 0.027674 seconds and 5 git commands to generate.