Skip to content

Commit d25549d

Browse files
[Bazel] Fixes f973fa0 (llvm#195229)
This fixes f973fa0. Co-authored-by: Google Bazel Bot <google-bazel-bot@google.com>
1 parent bade13f commit d25549d

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12149,6 +12149,8 @@ libc_function(
1214912149
":__support_macros_config",
1215012150
":__support_osutil_syscall",
1215112151
":errno",
12152+
":hdr_sys_mman_macros",
12153+
":types_size_t",
1215212154
],
1215312155
)
1215412156

@@ -12162,6 +12164,8 @@ libc_function(
1216212164
":__support_macros_config",
1216312165
":__support_osutil_syscall",
1216412166
":errno",
12167+
":hdr_sys_mman_macros",
12168+
":types_size_t",
1216512169
],
1216612170
)
1216712171

@@ -12175,6 +12179,8 @@ libc_function(
1217512179
":__support_macros_config",
1217612180
":__support_osutil_syscall",
1217712181
":errno",
12182+
":hdr_sys_mman_macros",
12183+
":types_size_t",
1217812184
],
1217912185
)
1218012186

@@ -12188,6 +12194,8 @@ libc_function(
1218812194
":__support_macros_config",
1218912195
":__support_osutil_syscall",
1219012196
":errno",
12197+
":hdr_sys_mman_macros",
12198+
":types_size_t",
1219112199
],
1219212200
)
1219312201

@@ -12201,6 +12209,7 @@ libc_function(
1220112209
":__support_macros_config",
1220212210
":__support_osutil_syscall",
1220312211
":errno",
12212+
":hdr_sys_mman_macros",
1220412213
],
1220512214
)
1220612215

@@ -12216,6 +12225,8 @@ libc_function(
1221612225
":__support_osutil_syscall",
1221712226
":errno",
1221812227
":hdr_sys_mman_macros",
12228+
":types_off_t",
12229+
":types_size_t",
1221912230
],
1222012231
)
1222112232

@@ -12231,6 +12242,8 @@ libc_function(
1223112242
":__support_osutil_linux_syscall_wrappers_mprotect",
1223212243
":__support_osutil_syscall",
1223312244
":errno",
12245+
":hdr_sys_mman_macros",
12246+
":types_size_t",
1223412247
],
1223512248
)
1223612249

@@ -12244,6 +12257,8 @@ libc_function(
1224412257
":__support_macros_config",
1224512258
":__support_osutil_syscall",
1224612259
":errno",
12260+
":hdr_sys_mman_macros",
12261+
":types_size_t",
1224712262
],
1224812263
)
1224912264

@@ -12257,6 +12272,8 @@ libc_function(
1225712272
":__support_macros_config",
1225812273
":__support_osutil_syscall",
1225912274
":errno",
12275+
":hdr_sys_mman_macros",
12276+
":types_size_t",
1226012277
],
1226112278
)
1226212279

@@ -12270,6 +12287,8 @@ libc_function(
1227012287
":__support_macros_config",
1227112288
":__support_osutil_syscall",
1227212289
":errno",
12290+
":hdr_sys_mman_macros",
12291+
":types_size_t",
1227312292
],
1227412293
)
1227512294

@@ -12283,6 +12302,7 @@ libc_function(
1228312302
":__support_macros_config",
1228412303
":__support_osutil_syscall",
1228512304
":errno",
12305+
":hdr_sys_mman_macros",
1228612306
],
1228712307
)
1228812308

@@ -12297,6 +12317,8 @@ libc_function(
1229712317
":__support_osutil_linux_syscall_wrappers_munmap",
1229812318
":__support_osutil_syscall",
1229912319
":errno",
12320+
":hdr_sys_mman_macros",
12321+
":types_size_t",
1230012322
],
1230112323
)
1230212324

@@ -12404,6 +12426,8 @@ libc_function(
1240412426
":__support_macros_config",
1240512427
":__support_osutil_syscall",
1240612428
":errno",
12429+
":hdr_sys_mman_macros",
12430+
":types_size_t",
1240712431
],
1240812432
)
1240912433

@@ -12417,6 +12441,8 @@ libc_function(
1241712441
":__support_macros_config",
1241812442
":__support_osutil_syscall",
1241912443
":errno",
12444+
":hdr_sys_mman_macros",
12445+
":types_size_t",
1242012446
],
1242112447
)
1242212448

0 commit comments

Comments
 (0)