diff options
Diffstat (limited to 'sysdeps/generic/gai_strerror.c')
-rw-r--r-- | sysdeps/generic/gai_strerror.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/gai_strerror.c b/sysdeps/generic/gai_strerror.c index 0783631cbd..932c5910df 100644 --- a/sysdeps/generic/gai_strerror.c +++ b/sysdeps/generic/gai_strerror.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 2001 Free Software Foundation, Inc. +/* Copyright (C) 1996,97,2001,02 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -26,3 +26,4 @@ gai_strerror (int code) snprintf (buffer, sizeof buffer, "Unknown error (%d)", code); return buffer; } +libc_hidden_def (gai_strerror) |