From f8cac037eea3e928b0d5e0c17990b6996159eec8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 10 May 1996 22:55:26 +0000 Subject: Fri May 10 18:36:14 1996 Roland McGrath * FAQ: New file contributed by drepper. * time/Makefile (headers): Add timebits.h. * sysdeps/unix/sysv/linux/timebits.h: New file. * sysdeps/stub/timebits.h: New file. * time/time.h (CLK_TCK): Define to CLOCKS_PER_SEC. (CLOCKS_PER_SEC): Remove this macro. Instead #include . --- time/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'time/Makefile') diff --git a/time/Makefile b/time/Makefile index 5741853db4..8feb377dd4 100644 --- a/time/Makefile +++ b/time/Makefile @@ -21,7 +21,7 @@ # subdir := time -headers := time.h sys/time.h sys/timeb.h +headers := time.h sys/time.h sys/timeb.h timebits.h distribute := tzfile.h private.h scheck.c ialloc.c yearistype extra-objs = scheck.o ialloc.o zonenames $(tzfiles:%=z.%) -- cgit 1.4.1