* gettext-runtime/intl/hash-string.h (__hash_string): Expand to
_libintl_hash_string, not libintl_hash_string.
/* Description of GNU message catalog format: string hashing function.
- Copyright (C) 1995-2016 Free Software Foundation, Inc.
+ Copyright (C) 1995-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
#ifndef _LIBC
# ifdef IN_LIBINTL
-# define __hash_string libintl_hash_string
+# define __hash_string _libintl_hash_string
# else
# define __hash_string hash_string
# endif