time() is now implemented as part of the uktime Unikraft library. Remove
newlib implementation of time() to have a single definition.
Signed-off-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Reviewed-by: Alexander Jung <a.jung@lancs.ac.uk>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #5
LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/time/month_lengths.c
LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/time/strftime.c
LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/time/strptime.c
-LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/time/time.c
LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/time/tzcalc_limits.c
LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/time/tzlock.c
LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/time/tzset.c