Skip to content

Commit fe642f1

Browse files
jerpeleaxiaoxiang781216
authored andcommitted
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 <[email protected]>
1 parent acbddd1 commit fe642f1

File tree

3 files changed

+1
-626
lines changed

3 files changed

+1
-626
lines changed

libs/libc/time/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
set(SRCS
2323
lib_strftime.c
24-
lib_strptime.c
2524
lib_calendar2utc.c
2625
lib_daysbeforemonth.c
2726
lib_gettimeofday.c

libs/libc/time/Make.defs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Add the time C files to the build
2222

23-
CSRCS += lib_strftime.c lib_strptime.c lib_calendar2utc.c lib_daysbeforemonth.c
23+
CSRCS += lib_strftime.c lib_calendar2utc.c lib_daysbeforemonth.c
2424
CSRCS += lib_gettimeofday.c lib_isleapyear.c lib_settimeofday.c lib_time.c
2525
CSRCS += lib_timespec_get.c lib_nanosleep.c lib_difftime.c lib_dayofweek.c
2626
CSRCS += lib_asctime.c lib_asctimer.c lib_ctime.c lib_ctimer.c

0 commit comments

Comments
 (0)