mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 12:59:21 +08:00
Cygwin: net.cc: constify gai_errmap
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
f418195dc9
commit
8053ccd44b
@ -2883,7 +2883,7 @@ bad:
|
||||
}
|
||||
|
||||
/* Cygwin specific wrappers around the gai functions. */
|
||||
static struct gai_errmap_t
|
||||
static const struct gai_errmap_t
|
||||
{
|
||||
int w32_errval;
|
||||
const char *errtxt;
|
||||
|
Loading…
x
Reference in New Issue
Block a user