From ff152e3fc8c7d38e08d9f9d70eb6109c878e1372 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 14 May 1998 19:14:48 +0000 Subject: Update. 1998-05-14 13:25 Ulrich Drepper * inet/netinet/in.h: Add defines for multicast. Reported by Jeremy Hall . * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv. * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv and unsetenv. Optimize _LIBC case. * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks. Define functions with leading __. * time/tzfile.c: Correct handling of global variables daylight, timezone, and tzname. * time/tzset.c: Likewise. * timezone/Makefile (tests): Add tst-timezone. * timezone/tst-timezone.c: New file. 1998-05-14 10:35 Ulrich Drepper * timezone/asia: Update from tzdata1998d. * timezone/australasia: Likewise. * timezone/europe: Likewise. --- timezone/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timezone/Makefile') diff --git a/timezone/Makefile b/timezone/Makefile index 9b436e17ff..1b26d1ab4d 100644 --- a/timezone/Makefile +++ b/timezone/Makefile @@ -28,7 +28,7 @@ distribute := tzfile.h private.h scheck.c ialloc.c yearistype \ extra-objs := scheck.o ialloc.o others := zdump zic -tests := test-tz +tests := test-tz tst-timezone tzbases := africa antarctica asia australasia europe northamerica \ southamerica etcetera factory systemv \ -- cgit 1.4.1