We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lseek
1 parent afc9648 commit 8d18671Copy full SHA for 8d18671
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -2530,9 +2530,13 @@ libc_function(
2530
libc_function(
2531
name = "lseek",
2532
srcs = ["src/unistd/linux/lseek.cpp"],
2533
- hdrs = ["src/unistd/lseek.h"],
+ hdrs = [
2534
+ "src/__support/File/linux/lseekImpl.h",
2535
+ "src/unistd/lseek.h",
2536
+ ],
2537
deps = [
2538
":__support_common",
2539
+ ":__support_error_or",
2540
":__support_osutil_syscall",
2541
":errno",
2542
],
0 commit comments