From 2fa6d086d15f15f2fde50bcac5f552f652d3ef36 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 31 Aug 2017 18:30:02 +0200 Subject: stdio-common: Remove internal_function attribute --- stdio-common/printf_fp.c | 4 +--- stdio-common/vfprintf.c | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'stdio-common') diff --git a/stdio-common/printf_fp.c b/stdio-common/printf_fp.c index 2633a02cc5..994497cd22 100644 --- a/stdio-common/printf_fp.c +++ b/stdio-common/printf_fp.c @@ -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) { diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index 089bcefaf9..23d2679f39 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -1220,7 +1220,7 @@ static const uint8_t jump_table[] = /* Helper function to provide temporary buffering for unbuffered streams. */ static int buffered_vfprintf (FILE *stream, const CHAR_T *fmt, va_list) - __THROW __attribute__ ((noinline)) internal_function; + __THROW __attribute__ ((noinline)); /* Handle positional format specifiers. */ static int printf_positional (_IO_FILE *s, @@ -2291,7 +2291,6 @@ static const struct _IO_jump_t _IO_helper_jumps libio_vtable = #endif static int -internal_function buffered_vfprintf (_IO_FILE *s, const CHAR_T *format, _IO_va_list args) { -- cgit v1.2.3