mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
* wcsmbs/wcsmbsload.c (__wcsmbs_getfct): Move attribute_hidden
before return type. * locale/localename.c (__current_locale_name): Likewise.
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user