mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
* iconv/iconvconfig.c (name_insert): Make static to avoid warning.
* iconv/gconv_cache.c: Include stdio.h for puts declaration.
This commit is contained in:
parent
06b5289f83
commit
53e6290617
@ -20,6 +20,7 @@
|
||||
|
||||
#include <dlfcn.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
@ -968,7 +968,7 @@ write_output (void)
|
||||
size_t total;
|
||||
|
||||
/* Function to insert the names. */
|
||||
void name_insert (const void *nodep, VISIT value, int level)
|
||||
static void name_insert (const void *nodep, VISIT value, int level)
|
||||
{
|
||||
struct name *name;
|
||||
unsigned int idx;
|
||||
|
Loading…
Reference in New Issue
Block a user