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 4357712 commit 4c79d38Copy full SHA for 4c79d38
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -117,6 +117,11 @@ libc_support_library(
117
hdrs = ["hdr/sys_epoll_macros.h"],
118
)
119
120
+libc_support_library(
121
+ name = "hdr_errno_macros",
122
+ hdrs = ["hdr/errno_macros.h"],
123
+)
124
+
125
############################ Type Proxy Header Files ###########################
126
127
libc_support_library(
@@ -1144,6 +1149,7 @@ libc_function(
1144
1149
":__support_common",
1145
1150
":__support_macros_attributes",
1146
1151
":__support_macros_properties_architectures",
1152
+ ":hdr_errno_macros",
1147
1153
],
1148
1154
1155
0 commit comments