File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -146,8 +146,8 @@ add_entrypoint_object(
146146 DEPENDS
147147 .time_utils
148148 libc.include .time
149- libc.hdr.types.time_t
150- libc.hdr.types.struct_tm
149+ libc.src.stdio.fopen
150+ libc.src.time.clock_gettime
151151)
152152
153153add_entrypoint_object(
@@ -159,8 +159,7 @@ add_entrypoint_object(
159159 DEPENDS
160160 .time_utils
161161 libc.include .time
162- libc.hdr.types.time_t
163- libc.hdr.types.struct_tm
162+ libc.src.stdio.fopen
164163)
165164
166165add_entrypoint_object(
@@ -171,11 +170,9 @@ add_entrypoint_object(
171170 mktime.h
172171 DEPENDS
173172 .time_utils
174- .time_constants
175173 libc.include .time
176174 libc.src.errno.errno
177- libc.hdr.types.time_t
178- libc.hdr.types.struct_tm
175+ libc.src.stdio.fopen
179176)
180177
181178add_entrypoint_object(
You can’t perform that action at this time.
0 commit comments