Преглед изворни кода

Remove times and all the foolishness surrounding it. There is
a syscall that does this, so use that.
-Erik

Eric Andersen пре 23 година
родитељ
комит
69b2edf81e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      libc/misc/time/Makefile

+ 1 - 1
libc/misc/time/Makefile

@@ -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)