@@ -1319,7 +1319,7 @@ libc_support_library(
1319
1319
"src/__support/OSUtil/linux/aarch64/syscall.h" ,
1320
1320
"src/__support/OSUtil/linux/x86_64/syscall.h" ,
1321
1321
],
1322
- "@platforms//os:windows" : [],
1322
+ "@platforms//os:windows" : [],
1323
1323
}),
1324
1324
deps = [
1325
1325
":__support_common" ,
@@ -1361,7 +1361,7 @@ libc_support_library(
1361
1361
textual_hdrs = select ({
1362
1362
"@platforms//os:macos" : ["src/__support/OSUtil/darwin/io.h" ],
1363
1363
"@platforms//os:linux" : ["src/__support/OSUtil/linux/io.h" ],
1364
- "@platforms//os:windows" : ["src/__support/OSUtil/windows/io.h" ],
1364
+ "@platforms//os:windows" : ["src/__support/OSUtil/windows/io.h" ],
1365
1365
}),
1366
1366
deps = [
1367
1367
":__support_common" ,
@@ -1885,8 +1885,8 @@ libc_support_library(
1885
1885
name = "inv_trigf_utils" ,
1886
1886
srcs = ["src/math/generic/inv_trigf_utils.cpp" ],
1887
1887
hdrs = [
1888
- "src/math/generic/inv_trigf_utils.h" ,
1889
1888
"src/math/generic/atan_utils.h" ,
1889
+ "src/math/generic/inv_trigf_utils.h" ,
1890
1890
],
1891
1891
deps = [
1892
1892
":__support_common" ,
@@ -4186,7 +4186,6 @@ libc_function(
4186
4186
name = "memcpy" ,
4187
4187
srcs = ["src/string/memcpy.cpp" ],
4188
4188
hdrs = ["src/string/memcpy.h" ],
4189
- weak = True ,
4190
4189
deps = [
4191
4190
":__support_common" ,
4192
4191
":string_memory_utils" ,
@@ -4197,7 +4196,6 @@ libc_function(
4197
4196
name = "memset" ,
4198
4197
srcs = ["src/string/memset.cpp" ],
4199
4198
hdrs = ["src/string/memset.h" ],
4200
- weak = True ,
4201
4199
deps = [
4202
4200
":__support_common" ,
4203
4201
":string_memory_utils" ,
@@ -4208,7 +4206,6 @@ libc_function(
4208
4206
name = "memmove" ,
4209
4207
srcs = ["src/string/memmove.cpp" ],
4210
4208
hdrs = ["src/string/memmove.h" ],
4211
- weak = True ,
4212
4209
deps = [
4213
4210
":__support_common" ,
4214
4211
":string_memory_utils" ,
@@ -4219,7 +4216,6 @@ libc_function(
4219
4216
name = "mempcpy" ,
4220
4217
srcs = ["src/string/mempcpy.cpp" ],
4221
4218
hdrs = ["src/string/mempcpy.h" ],
4222
- weak = True ,
4223
4219
deps = [
4224
4220
":__support_common" ,
4225
4221
":string_memory_utils" ,
@@ -4240,7 +4236,6 @@ libc_function(
4240
4236
name = "memcmp" ,
4241
4237
srcs = ["src/string/memcmp.cpp" ],
4242
4238
hdrs = ["src/string/memcmp.h" ],
4243
- weak = True ,
4244
4239
deps = [
4245
4240
":__support_common" ,
4246
4241
":__support_integer_operations" ,
@@ -4252,7 +4247,6 @@ libc_function(
4252
4247
name = "bcmp" ,
4253
4248
srcs = ["src/strings/bcmp.cpp" ],
4254
4249
hdrs = ["src/strings/bcmp.h" ],
4255
- weak = True ,
4256
4250
deps = [
4257
4251
":__support_common" ,
4258
4252
":string_memory_utils" ,
@@ -4263,7 +4257,6 @@ libc_function(
4263
4257
name = "bzero" ,
4264
4258
srcs = ["src/strings/bzero.cpp" ],
4265
4259
hdrs = ["src/strings/bzero.h" ],
4266
- weak = True ,
4267
4260
deps = [
4268
4261
":__support_common" ,
4269
4262
":string_memory_utils" ,
@@ -4749,7 +4742,6 @@ libc_function(
4749
4742
name = "read" ,
4750
4743
srcs = ["src/unistd/linux/read.cpp" ],
4751
4744
hdrs = ["src/unistd/read.h" ],
4752
- weak = True ,
4753
4745
deps = [
4754
4746
":__support_common" ,
4755
4747
":__support_macros_sanitizer" ,
@@ -4898,7 +4890,6 @@ libc_function(
4898
4890
name = "write" ,
4899
4891
srcs = ["src/unistd/linux/write.cpp" ],
4900
4892
hdrs = ["src/unistd/write.h" ],
4901
- weak = True ,
4902
4893
deps = [
4903
4894
":__support_common" ,
4904
4895
":__support_osutil_syscall" ,
@@ -5359,7 +5350,6 @@ libc_function(
5359
5350
name = "socket" ,
5360
5351
srcs = ["src/sys/socket/linux/socket.cpp" ],
5361
5352
hdrs = ["src/sys/socket/socket.h" ],
5362
- weak = True ,
5363
5353
deps = [
5364
5354
":__support_common" ,
5365
5355
":__support_osutil_syscall" ,
@@ -5371,7 +5361,6 @@ libc_function(
5371
5361
name = "socketpair" ,
5372
5362
srcs = ["src/sys/socket/linux/socketpair.cpp" ],
5373
5363
hdrs = ["src/sys/socket/socketpair.h" ],
5374
- weak = True ,
5375
5364
deps = [
5376
5365
":__support_common" ,
5377
5366
":__support_osutil_syscall" ,
@@ -5383,7 +5372,6 @@ libc_function(
5383
5372
name = "send" ,
5384
5373
srcs = ["src/sys/socket/linux/send.cpp" ],
5385
5374
hdrs = ["src/sys/socket/send.h" ],
5386
- weak = True ,
5387
5375
deps = [
5388
5376
":__support_common" ,
5389
5377
":__support_osutil_syscall" ,
@@ -5398,7 +5386,6 @@ libc_function(
5398
5386
name = "sendto" ,
5399
5387
srcs = ["src/sys/socket/linux/sendto.cpp" ],
5400
5388
hdrs = ["src/sys/socket/sendto.h" ],
5401
- weak = True ,
5402
5389
deps = [
5403
5390
":__support_common" ,
5404
5391
":__support_osutil_syscall" ,
@@ -5413,7 +5400,6 @@ libc_function(
5413
5400
name = "sendmsg" ,
5414
5401
srcs = ["src/sys/socket/linux/sendmsg.cpp" ],
5415
5402
hdrs = ["src/sys/socket/sendmsg.h" ],
5416
- weak = True ,
5417
5403
deps = [
5418
5404
":__support_common" ,
5419
5405
":__support_osutil_syscall" ,
@@ -5427,7 +5413,6 @@ libc_function(
5427
5413
name = "recv" ,
5428
5414
srcs = ["src/sys/socket/linux/recv.cpp" ],
5429
5415
hdrs = ["src/sys/socket/recv.h" ],
5430
- weak = True ,
5431
5416
deps = [
5432
5417
":__support_common" ,
5433
5418
":__support_osutil_syscall" ,
@@ -5442,7 +5427,6 @@ libc_function(
5442
5427
name = "recvfrom" ,
5443
5428
srcs = ["src/sys/socket/linux/recvfrom.cpp" ],
5444
5429
hdrs = ["src/sys/socket/recvfrom.h" ],
5445
- weak = True ,
5446
5430
deps = [
5447
5431
":__support_common" ,
5448
5432
":__support_osutil_syscall" ,
@@ -5457,7 +5441,6 @@ libc_function(
5457
5441
name = "recvmsg" ,
5458
5442
srcs = ["src/sys/socket/linux/recvmsg.cpp" ],
5459
5443
hdrs = ["src/sys/socket/recvmsg.h" ],
5460
- weak = True ,
5461
5444
deps = [
5462
5445
":__support_common" ,
5463
5446
":__support_osutil_syscall" ,
@@ -5477,7 +5460,6 @@ libc_function(
5477
5460
"@platforms//os:linux" : [],
5478
5461
"//conditions:default" : ["@platforms//:incompatible" ],
5479
5462
}),
5480
- weak = True ,
5481
5463
deps = [
5482
5464
":__support_osutil_syscall" ,
5483
5465
":errno" ,
@@ -5492,7 +5474,6 @@ libc_function(
5492
5474
"@platforms//os:linux" : [],
5493
5475
"//conditions:default" : ["@platforms//:incompatible" ],
5494
5476
}),
5495
- weak = True ,
5496
5477
deps = [
5497
5478
":__support_osutil_syscall" ,
5498
5479
":errno" ,
@@ -5507,7 +5488,6 @@ libc_function(
5507
5488
"@platforms//os:linux" : [],
5508
5489
"//conditions:default" : ["@platforms//:incompatible" ],
5509
5490
}),
5510
- weak = True ,
5511
5491
deps = [
5512
5492
":__support_osutil_syscall" ,
5513
5493
":errno" ,
@@ -5524,7 +5504,6 @@ libc_function(
5524
5504
"@platforms//os:linux" : [],
5525
5505
"//conditions:default" : ["@platforms//:incompatible" ],
5526
5506
}),
5527
- weak = True ,
5528
5507
deps = [
5529
5508
":__support_macros_sanitizer" ,
5530
5509
":__support_osutil_syscall" ,
@@ -5544,7 +5523,6 @@ libc_function(
5544
5523
"@platforms//os:linux" : [],
5545
5524
"//conditions:default" : ["@platforms//:incompatible" ],
5546
5525
}),
5547
- weak = True ,
5548
5526
deps = [
5549
5527
":__support_macros_sanitizer" ,
5550
5528
":__support_osutil_syscall" ,
@@ -5564,7 +5542,6 @@ libc_function(
5564
5542
"@platforms//os:linux" : [],
5565
5543
"//conditions:default" : ["@platforms//:incompatible" ],
5566
5544
}),
5567
- weak = True ,
5568
5545
deps = [
5569
5546
":__support_macros_sanitizer" ,
5570
5547
":__support_osutil_syscall" ,
0 commit comments