aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/bazel/llvm-project-overlay/libc/BUILD.bazel6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index 6255ac9..ce61c43 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -117,6 +117,11 @@ libc_support_library(
hdrs = ["hdr/sys_epoll_macros.h"],
)
+libc_support_library(
+ name = "hdr_errno_macros",
+ hdrs = ["hdr/errno_macros.h"],
+)
+
############################ Type Proxy Header Files ###########################
libc_support_library(
@@ -1144,6 +1149,7 @@ libc_function(
":__support_common",
":__support_macros_attributes",
":__support_macros_properties_architectures",
+ ":hdr_errno_macros",
],
)