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 460858b commit ee83f9cCopy full SHA for ee83f9c
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -347,16 +347,19 @@ libc_support_library(
347
libc_support_library(
348
name = "types_struct_f_owner_ex",
349
hdrs = ["hdr/types/struct_f_owner_ex.h"],
350
+ deps = [":hdr_fcntl_overlay"],
351
)
352
353
354
name = "types_struct_flock",
355
hdrs = ["hdr/types/struct_flock.h"],
356
357
358
359
360
name = "types_struct_flock64",
361
hdrs = ["hdr/types/struct_flock64.h"],
362
363
364
365
0 commit comments