* locale/setlocale.c (setname): Remove inline to avoid compiler
authorUlrich Drepper <drepper@redhat.com>
Sun, 20 Jul 2008 17:11:28 +0000 (17:11 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 20 Jul 2008 17:11:28 +0000 (17:11 +0000)
warning.

ChangeLog
locale/setlocale.c

index c90a2e8..41a8f97 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
 
+       * locale/setlocale.c (setname): Remove inline to avoid compiler
+       warning.
+
        * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
 
 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
index 76cae82..05a55a9 100644 (file)
@@ -193,7 +193,7 @@ new_composite_name (int category, const char *newnames[__LC_LAST])
 
 
 /* Put NAME in _nl_global_locale.__names.  */
-static inline void
+static void
 setname (int category, const char *name)
 {
   if (_nl_global_locale.__names[category] == name)