File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
libc/src/__support/time/windows
utils/bazel/llvm-project-overlay/libc Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ add_object_library(
88 libc.hdr.types.struct_timespec
99 libc.hdr.types.clockid_t
1010 libc.hdr.errno_macros
11- libc.include .llvm-libc-macros .windows.time_macros_ext
1211 libc.src.__support.common
1312 libc.src.__support.error_or
1413 libc.src.__support.OSUtil.osutil
Original file line number Diff line number Diff line change @@ -1471,12 +1471,12 @@ libc_support_library(
14711471 }),
14721472 deps = [
14731473 ":__support_time" ,
1474- ":__support_time_linux_clock_gettime " ,
1474+ ":__support_time_clock_gettime " ,
14751475 ],
14761476)
14771477
14781478libc_support_library (
1479- name = "__support_time_linux_clock_gettime " ,
1479+ name = "__support_time_clock_gettime " ,
14801480 hdrs = ["src/__support/time/clock_gettime.h" ],
14811481 target_compatible_with = select ({
14821482 "@platforms//os:linux" : [],
You can’t perform that action at this time.
0 commit comments