mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 17:58:10 +08:00
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:
committed by
Xiang Xiao
parent
acbddd11d5
commit
fe642f1cfd
@@ -21,7 +21,6 @@
|
||||
|
||||
set(SRCS
|
||||
lib_strftime.c
|
||||
lib_strptime.c
|
||||
lib_calendar2utc.c
|
||||
lib_daysbeforemonth.c
|
||||
lib_gettimeofday.c
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user