about summary refs log tree commit diff
path: root/locale/localename.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-01 00:50:33 +0000
committerRoland McGrath <roland@gnu.org>2004-09-01 00:50:33 +0000
commitc4bb5cd80492e9563e055eb0b635ee57861e43ea (patch)
tree189e90aff2884085528a7a6f555671a455bd61d9 /locale/localename.c
parentd2e75f652a390452b59c557708cc49e1ae2893fc (diff)
downloadglibc-c4bb5cd80492e9563e055eb0b635ee57861e43ea.tar.gz
glibc-c4bb5cd80492e9563e055eb0b635ee57861e43ea.tar.xz
glibc-c4bb5cd80492e9563e055eb0b635ee57861e43ea.zip
* wcsmbs/wcsmbsload.c (__wcsmbs_getfct): Move attribute_hidden
	before return type.
	* locale/localename.c (__current_locale_name): Likewise.
Diffstat (limited to 'locale/localename.c')
-rw-r--r--locale/localename.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/localename.c b/locale/localename.c
index 845cfb0e71..429fe86753 100644
--- a/locale/localename.c
+++ b/locale/localename.c
@@ -1,5 +1,5 @@
 /* current locale setting names
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -19,8 +19,8 @@
 
 #include "localeinfo.h"
 
-const char *
 attribute_hidden
+const char *
 __current_locale_name (int category)
 {
   return _NL_CURRENT_LOCALE->__names[category];