diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-10 22:55:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-10 22:55:26 +0000 |
commit | f8cac037eea3e928b0d5e0c17990b6996159eec8 (patch) | |
tree | 6a974750b859b185818d8f8b0763907f66fc8954 /time/Makefile | |
parent | 7cfb2d8be3d4ee24fbba14df7176fd13e7052205 (diff) | |
download | glibc-f8cac037eea3e928b0d5e0c17990b6996159eec8.tar.gz glibc-f8cac037eea3e928b0d5e0c17990b6996159eec8.tar.xz glibc-f8cac037eea3e928b0d5e0c17990b6996159eec8.zip |
Fri May 10 18:36:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* 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 <timebits.h>.
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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.%) |