From 0676b5fdca8d4f2a8dd442db4d50dc2c1ee8729f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 8 Jul 1996 06:17:09 +0000 Subject: Mon Jul 8 00:11:15 1996 Roland McGrath * libc-symbols.h (symbol_set_declare): Use weak_extern instead of weak_symbol. * csu/initfini.c (_init): Likewise. * locale/setlocale.c (DEFINE_CATEGORY): Likewise. * misc/efgcvt_r.c: Likewise. * sysdeps/alpha/dl-machine.h (elf_machine_rela): Likewise. * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise. --- locale/setlocale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale') diff --git a/locale/setlocale.c b/locale/setlocale.c index 98a4ffe63b..eab1a33f89 100644 --- a/locale/setlocale.c +++ b/locale/setlocale.c @@ -36,7 +36,7 @@ Boston, MA 02111-1307, USA. */ #define DEFINE_CATEGORY(category, category_name, items, a, b, c, d) \ extern const struct locale_data *_nl_current_##category; \ extern const struct locale_data _nl_C_##category; \ -weak_symbol (_nl_current_##category) weak_symbol (_nl_C_##category) +weak_extern (_nl_current_##category) weak_extern (_nl_C_##category) #include "categories.def" #undef DEFINE_CATEGORY -- cgit 1.4.1