libc/time: remove lib_strptime

This code is licensed under BSD-4-Clause license which may render the OS unusable for some products.

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea
2024-08-21 13:37:34 +02:00
committed by Xiang Xiao
parent acbddd11d5
commit fe642f1cfd
3 changed files with 1 additions and 626 deletions
-1
View File
@@ -21,7 +21,6 @@
set(SRCS
lib_strftime.c
lib_strptime.c
lib_calendar2utc.c
lib_daysbeforemonth.c
lib_gettimeofday.c
+1 -1
View File
@@ -20,7 +20,7 @@
# Add the time C files to the build
CSRCS += lib_strftime.c lib_strptime.c lib_calendar2utc.c lib_daysbeforemonth.c
CSRCS += lib_strftime.c lib_calendar2utc.c lib_daysbeforemonth.c
CSRCS += lib_gettimeofday.c lib_isleapyear.c lib_settimeofday.c lib_time.c
CSRCS += lib_timespec_get.c lib_nanosleep.c lib_difftime.c lib_dayofweek.c
CSRCS += lib_asctime.c lib_asctimer.c lib_ctime.c lib_ctimer.c
File diff suppressed because it is too large Load Diff