Skip to content

Commit b4e7af4

Browse files
author
Zishan Mirza
committed
fix: tests
1 parent 8c50ac8 commit b4e7af4

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

libc/src/time/CMakeLists.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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

153153
add_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

166165
add_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

181178
add_entrypoint_object(

0 commit comments

Comments
 (0)