diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-12-22 20:10:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-12-22 20:10:10 +0000 |
commit | a334319f6530564d22e775935d9c91663623a1b4 (patch) | |
tree | b5877475619e4c938e98757d518bb1e9cbead751 /sysdeps/posix/gai_strerror-strs.h | |
parent | 0ecb606cb6cf65de1d9fc8a919bceb4be476c602 (diff) | |
download | glibc-a334319f6530564d22e775935d9c91663623a1b4.tar.gz glibc-a334319f6530564d22e775935d9c91663623a1b4.tar.xz glibc-a334319f6530564d22e775935d9c91663623a1b4.zip |
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
Diffstat (limited to 'sysdeps/posix/gai_strerror-strs.h')
-rw-r--r-- | sysdeps/posix/gai_strerror-strs.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sysdeps/posix/gai_strerror-strs.h b/sysdeps/posix/gai_strerror-strs.h deleted file mode 100644 index 19040a5138..0000000000 --- a/sysdeps/posix/gai_strerror-strs.h +++ /dev/null @@ -1,17 +0,0 @@ -_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")) |