Skip to content

Commit

Permalink
libc/time: remove lib_strptime
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jerpelea authored and xiaoxiang781216 committed Aug 22, 2024
1 parent acbddd1 commit fe642f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 626 deletions.
1 change: 0 additions & 1 deletion libs/libc/time/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

set(SRCS
lib_strftime.c
lib_strptime.c
lib_calendar2utc.c
lib_daysbeforemonth.c
lib_gettimeofday.c
Expand Down
2 changes: 1 addition & 1 deletion libs/libc/time/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit fe642f1

Please sign in to comment.