We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbddd1 commit fe642f1Copy full SHA for fe642f1
libs/libc/time/CMakeLists.txt
@@ -21,7 +21,6 @@
21
22
set(SRCS
23
lib_strftime.c
24
- lib_strptime.c
25
lib_calendar2utc.c
26
lib_daysbeforemonth.c
27
lib_gettimeofday.c
libs/libc/time/Make.defs
@@ -20,7 +20,7 @@
20
# 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
0 commit comments