From dd9423a67a7650a9b0f50d8151e4f3797c5a14f8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 11 Jun 2003 21:57:23 +0000 Subject: Update. 2003-06-11 Ulrich Drepper * allocatestack.c (queue_stack): Always inline. * ptreadhP.h (__do_cancel): Likewise. --- iconv/iconvconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconv/iconvconfig.c') diff --git a/iconv/iconvconfig.c b/iconv/iconvconfig.c index 33ffeb3..cd243f6 100644 --- a/iconv/iconvconfig.c +++ b/iconv/iconvconfig.c @@ -784,7 +784,7 @@ new_name (const char *str, struct Strent *strent) newp->name = str; newp->strent = strent; newp->module_idx = -1; - newp->hashval = hash_string (str); + newp->hashval = __hash_string (str); ++nnames; -- cgit v1.1