diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-12-20 17:53:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-12-20 17:53:00 +0000 |
commit | 2094e1a9757c1aa4307e65ae39ad20e9134f92e8 (patch) | |
tree | 1729230571d8d7946f721c41f9beb7706b3e6006 /sysdeps/posix/gai_strerror-strs.h | |
parent | 192c0fa590e169374331a449e2c832be21e5f8cd (diff) | |
download | glibc-2094e1a9757c1aa4307e65ae39ad20e9134f92e8.tar.gz glibc-2094e1a9757c1aa4307e65ae39ad20e9134f92e8.tar.xz glibc-2094e1a9757c1aa4307e65ae39ad20e9134f92e8.zip |
* sysdeps/posix/gai_strerror.c: Complete rewrite. Avoid relocations.
* sysdeps/posix/gai_strerror-strs.h: New file. * sysdeps/posix/Dist: New file.
Diffstat (limited to 'sysdeps/posix/gai_strerror-strs.h')
-rw-r--r-- | sysdeps/posix/gai_strerror-strs.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysdeps/posix/gai_strerror-strs.h b/sysdeps/posix/gai_strerror-strs.h new file mode 100644 index 0000000000..19040a5138 --- /dev/null +++ b/sysdeps/posix/gai_strerror-strs.h @@ -0,0 +1,17 @@ +_S(EAI_ADDRFAMILY, N_("Address family for hostname not supported")) +_S(EAI_AGAIN, N_("Temporary failure in name resolution")) +_S(EAI_BADFLAGS, N_("Bad value for ai_flags")) +_S(EAI_FAIL, N_("Non-recoverable failure in name resolution")) +_S(EAI_FAMILY, N_("ai_family not supported")) +_S(EAI_MEMORY, N_("Memory allocation failure")) +_S(EAI_NODATA, N_("No address associated with hostname")) +_S(EAI_NONAME, N_("Name or service not known")) +_S(EAI_SERVICE, N_("Servname not supported for ai_socktype")) +_S(EAI_SOCKTYPE, N_("ai_socktype not supported")) +_S(EAI_SYSTEM, N_("System error")) +_S(EAI_INPROGRESS, N_("Processing request in progress")) +_S(EAI_CANCELED, N_("Request canceled")) +_S(EAI_NOTCANCELED, N_("Request not canceled")) +_S(EAI_ALLDONE, N_("All requests done")) +_S(EAI_INTR, N_("Interrupted by a signal")) +_S(EAI_IDN_ENCODE, N_("Parameter string not correctly encoded")) |