mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
Update.
* sysdeps/posix/gai_strerror.c: Add error string for EAI_IDN_ENCODE.
This commit is contained in:
parent
518adf8c14
commit
26b67591cd
@ -1,5 +1,7 @@
|
|||||||
2004-03-08 Ulrich Drepper <drepper@redhat.com>
|
2004-03-08 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/posix/gai_strerror.c: Add error string for EAI_IDN_ENCODE.
|
||||||
|
|
||||||
* Makerules: Use extra-modules.mk if modules-names is defined.
|
* Makerules: Use extra-modules.mk if modules-names is defined.
|
||||||
* extra-modules.mk: New file.
|
* extra-modules.mk: New file.
|
||||||
* dlfcn/Makefile (CPPFLAGS-modcxaatexit.c): Removed.
|
* dlfcn/Makefile (CPPFLAGS-modcxaatexit.c): Removed.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1997,2001,02 Free Software Foundation, Inc.
|
/* Copyright (C) 1997, 2001, 2002, 2004 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Philip Blundell <pjb27@cam.ac.uk>, 1997.
|
Contributed by Philip Blundell <pjb27@cam.ac.uk>, 1997.
|
||||||
|
|
||||||
@ -43,7 +43,8 @@ values[] =
|
|||||||
{ EAI_CANCELED, N_("Request canceled") },
|
{ EAI_CANCELED, N_("Request canceled") },
|
||||||
{ EAI_NOTCANCELED, N_("Request not canceled") },
|
{ EAI_NOTCANCELED, N_("Request not canceled") },
|
||||||
{ EAI_ALLDONE, N_("All requests done") },
|
{ EAI_ALLDONE, N_("All requests done") },
|
||||||
{ EAI_INTR, N_("Interrupted by a signal") }
|
{ EAI_INTR, N_("Interrupted by a signal") },
|
||||||
|
{ EAI_IDN_ENCODE, N_("Parameter string not correctly encoded") }
|
||||||
};
|
};
|
||||||
|
|
||||||
const char *
|
const char *
|
||||||
|
Loading…
Reference in New Issue
Block a user