mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
iconv, intl, locale, wcsmbs: Remove internal_function
Also adjust parts of the time subdirectory.
This commit is contained in:
@@ -88,10 +88,6 @@ char *alloca ();
|
||||
# include "lock.h"
|
||||
#endif
|
||||
|
||||
#ifndef internal_function
|
||||
# define internal_function
|
||||
#endif
|
||||
|
||||
/* Some optimizations for glibc. */
|
||||
#ifdef _LIBC
|
||||
# define FEOF(fp) feof_unlocked (fp)
|
||||
@@ -143,8 +139,7 @@ static size_t maxmap;
|
||||
|
||||
|
||||
/* Prototypes for local functions. */
|
||||
static size_t read_alias_file (const char *fname, int fname_len)
|
||||
internal_function;
|
||||
static size_t read_alias_file (const char *fname, int fname_len);
|
||||
static int extend_alias_table (void);
|
||||
static int alias_compare (const struct alias_map *map1,
|
||||
const struct alias_map *map2);
|
||||
@@ -212,7 +207,6 @@ _nl_expand_alias (const char *name)
|
||||
|
||||
|
||||
static size_t
|
||||
internal_function
|
||||
read_alias_file (const char *fname, int fname_len)
|
||||
{
|
||||
FILE *fp;
|
||||
|
Reference in New Issue
Block a user