From: Rich Felker Date: Wed, 27 May 2015 07:32:46 +0000 (-0400) Subject: rename internal locale file handling locale maps X-Git-Tag: v1.1.10~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11858d31aa020df3e7e7dedf49f9870ce12f31cc;p=musl rename internal locale file handling locale maps since the __setlocalecat function was removed, the filename __setlocalecat.c no longer made sense. --- diff --git a/src/locale/__setlocalecat.c b/src/locale/locale_map.c similarity index 100% rename from src/locale/__setlocalecat.c rename to src/locale/locale_map.c