projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3a3182
)
(__gconv_read_conf): Don't define as internal_function since it is
author
drepper
<drepper>
Fri, 30 Oct 1998 18:15:14 +0000
(18:15 +0000)
committer
drepper
<drepper>
Fri, 30 Oct 1998 18:15:14 +0000
(18:15 +0000)
called through a pointer.
iconv/gconv_conf.c
patch
|
blob
|
history
diff --git
a/iconv/gconv_conf.c
b/iconv/gconv_conf.c
index
4ab924a
..
1b0f5b8
100644
(file)
--- a/
iconv/gconv_conf.c
+++ b/
iconv/gconv_conf.c
@@
-381,7
+381,6
@@
read_conf_file (const char *filename, const char *directory, size_t dir_len,
/* Read all configuration files found in the user-specified and the default
path. */
void
-internal_function
__gconv_read_conf (void)
{
const char *user_path = __secure_getenv ("GCONV_PATH");