]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - iconv/iconvconfig.c
Update.
[thirdparty/glibc.git] / iconv / iconvconfig.c
index 33ffeb34fc09c9e6abeaaa14d31d6d3b775a5162..cd243f6807349ae4f298ec59d0e72b65f229f12d 100644 (file)
@@ -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;