From b24be05f19d1471526b4643d96c078d32ec1c692 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 23 Jul 1996 21:40:11 +0000 Subject: Tue Jul 23 02:49:58 1996 Ulrich Drepper * locale/iso-4217.def: Add India to comment for symbol "INR ". Reported by Raja R Harinath . Sat Jul 20 14:03:45 1996 Andreas Schwab * sysdeps/m68k/dl-machine.h (elf_machine_rela): Remove bogus #undef RESOLVE. * time/tzset.c: Include . (__tzset_lock): New lock variable. (tzset): New function (weak defn), no longer weak alias for __tzset. Call __tzset while holding __tzset_lock. * time/localtime.c: Include . (__localtime_r): Hold __tzset_lock while doing the work. --- sysdeps/m68k/dl-machine.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdeps/m68k') diff --git a/sysdeps/m68k/dl-machine.h b/sysdeps/m68k/dl-machine.h index 0cb0b34..4642f00 100644 --- a/sysdeps/m68k/dl-machine.h +++ b/sysdeps/m68k/dl-machine.h @@ -255,8 +255,6 @@ elf_machine_rela (struct link_map *map, assert (! "unexpected dynamic reloc type"); break; } - -#undef RESOLVE } static inline void -- cgit v1.1