OSDN Git Service

Remove times and all the foolishness surrounding it. There is
authorEric Andersen <andersen@codepoet.org>
Fri, 9 Feb 2001 06:36:44 +0000 (06:36 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 9 Feb 2001 06:36:44 +0000 (06:36 -0000)
a syscall that does this, so use that.
 -Erik

libc/misc/time/Makefile

index 4b9e98d..757a77a 100644 (file)
@@ -26,7 +26,7 @@ LIBC=$(TOPDIR)libc.a
 
 CSRC=localtime.c gmtime.c asctime.c ctime.c asc_conv.c tm_conv.c mktime.c \
        localtime_r.c gmtime_r.c asctime_r.c ctime_r.c utimes.c adjtime.c \
-       clock.c times.c difftime.c strftime.c
+       clock.c difftime.c strftime.c
 
 COBJS=$(patsubst %.c,%.o, $(CSRC))
 OBJS=$(COBJS)