From: Bruno Haible Date: Sat, 30 Sep 2023 18:33:06 +0000 (+0200) Subject: intl: Merge from glibc. X-Git-Tag: v0.23~348 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa27a8468292dfa0691327b1b253a1fb937e3976;p=thirdparty%2Fgettext.git intl: Merge from glibc. Apply commit 2017-10-01 H.J. Lu Hide internal __hash_string function [BZ #18822] --- diff --git a/gettext-runtime/intl/hash-string.h b/gettext-runtime/intl/hash-string.h index 97bade5e4..2c9029b40 100644 --- a/gettext-runtime/intl/hash-string.h +++ b/gettext-runtime/intl/hash-string.h @@ -31,4 +31,5 @@ /* Defines the so called `hashpjw' function by P.J. Weinberger [see Aho/Sethi/Ullman, COMPILERS: Principles, Techniques and Tools, 1986, 1987 Bell Telephone Laboratories, Inc.] */ -extern unsigned long int __hash_string (const char *str_param); +extern unsigned long int __hash_string (const char *str_param) + attribute_hidden;