4
0
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:
Corinna Vinschen 2022-08-04 11:36:24 +02:00
parent f418195dc9
commit 8053ccd44b

View File

@ -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;