[bazel] Port e6cf5d2863b77895ae7183952514bedd9e8dde16

This commit is contained in:
Dmitri Gribenko 2024-12-06 10:29:43 +01:00
parent 3eb7ccec58
commit 6f190cabe0

View File

@ -1442,7 +1442,10 @@ libc_support_library(
hdrs = glob(["src/__support/time/*.h"]),
deps = [
":__support_common",
":__support_error_or",
":hdr_time_macros",
":types_clockid_t",
":types_struct_timespec",
":types_time_t",
],
)
@ -1486,6 +1489,8 @@ libc_support_library(
":__support_common",
":__support_error_or",
":__support_osutil_vdso",
":types_clockid_t",
":types_struct_timespec",
],
)