1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

stdio-common: Remove internal_function attribute

This commit is contained in:
Florian Weimer
2017-08-31 18:30:02 +02:00
parent b41bd5bc83
commit 2fa6d086d1
3 changed files with 8 additions and 5 deletions

View File

@@ -143,8 +143,7 @@ extern mp_size_t __mpn_extract_long_double (mp_ptr res_ptr, mp_size_t size,
static wchar_t *group_number (wchar_t *buf, wchar_t *bufend,
unsigned int intdig_no, const char *grouping,
wchar_t thousands_sep, int ngroups)
internal_function;
wchar_t thousands_sep, int ngroups);
struct hack_digit_param
{
@@ -1319,7 +1318,6 @@ __guess_grouping (unsigned int intdig_max, const char *grouping)
Return the new end of buffer. */
static wchar_t *
internal_function
group_number (wchar_t *buf, wchar_t *bufend, unsigned int intdig_no,
const char *grouping, wchar_t thousands_sep, int ngroups)
{