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 3eb7cce commit 6f190caCopy full SHA for 6f190ca
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -1442,7 +1442,10 @@ libc_support_library(
1442
hdrs = glob(["src/__support/time/*.h"]),
1443
deps = [
1444
":__support_common",
1445
+ ":__support_error_or",
1446
":hdr_time_macros",
1447
+ ":types_clockid_t",
1448
+ ":types_struct_timespec",
1449
":types_time_t",
1450
],
1451
)
@@ -1486,6 +1489,8 @@ libc_support_library(
1486
1489
1487
1490
":__support_error_or",
1488
1491
":__support_osutil_vdso",
1492
1493
1494
1495
1496
0 commit comments