@@ -136,6 +136,17 @@ libc_support_library(
136
136
hdrs = ["hdr/fenv_macros.h" ],
137
137
)
138
138
139
+ libc_support_library (
140
+ name = "hdr_fcntl_macros" ,
141
+ hdrs = ["hdr/fcntl_macros.h" ],
142
+ deps = [":hdr_fcntl_overlay" ],
143
+ )
144
+
145
+ libc_support_library (
146
+ name = "hdr_fcntl_overlay" ,
147
+ hdrs = ["hdr/fcntl_overlay.h" ],
148
+ )
149
+
139
150
libc_support_library (
140
151
name = "hdr_signal_macros" ,
141
152
hdrs = ["hdr/signal_macros.h" ],
@@ -201,6 +212,11 @@ libc_support_library(
201
212
hdrs = ["hdr/types/fexcept_t.h" ],
202
213
)
203
214
215
+ libc_support_library (
216
+ name = "types_mode_t" ,
217
+ hdrs = ["hdr/types/mode_t.h" ],
218
+ )
219
+
204
220
libc_support_library (
205
221
name = "types_sigset_t" ,
206
222
hdrs = ["hdr/types/sigset_t.h" ],
@@ -3488,6 +3504,8 @@ libc_function(
3488
3504
":__support_common" ,
3489
3505
":__support_osutil_syscall" ,
3490
3506
":errno" ,
3507
+ ":hdr_fcntl_macros" ,
3508
+ ":types_mode_t" ,
3491
3509
],
3492
3510
)
3493
3511
@@ -3503,6 +3521,8 @@ libc_function(
3503
3521
":__support_common" ,
3504
3522
":__support_osutil_syscall" ,
3505
3523
":errno" ,
3524
+ ":hdr_fcntl_macros" ,
3525
+ ":types_mode_t" ,
3506
3526
],
3507
3527
)
3508
3528
@@ -3514,6 +3534,7 @@ libc_function(
3514
3534
":__support_common" ,
3515
3535
":__support_osutil_syscall" ,
3516
3536
":errno" ,
3537
+ ":hdr_fcntl_macros" ,
3517
3538
],
3518
3539
)
3519
3540
@@ -3527,6 +3548,7 @@ libc_function(
3527
3548
":__support_common" ,
3528
3549
":__support_osutil_syscall" ,
3529
3550
":errno" ,
3551
+ ":hdr_fcntl_macros" ,
3530
3552
],
3531
3553
)
3532
3554
@@ -3571,6 +3593,7 @@ libc_function(
3571
3593
":__support_common" ,
3572
3594
":__support_osutil_syscall" ,
3573
3595
":errno" ,
3596
+ ":hdr_fcntl_macros" ,
3574
3597
],
3575
3598
)
3576
3599
@@ -3710,6 +3733,7 @@ libc_function(
3710
3733
":__support_common" ,
3711
3734
":__support_osutil_syscall" ,
3712
3735
":errno" ,
3736
+ ":hdr_fcntl_macros" ,
3713
3737
],
3714
3738
)
3715
3739
@@ -3721,6 +3745,7 @@ libc_function(
3721
3745
":__support_common" ,
3722
3746
":__support_osutil_syscall" ,
3723
3747
":errno" ,
3748
+ ":hdr_fcntl_macros" ,
3724
3749
],
3725
3750
)
3726
3751
@@ -3800,6 +3825,7 @@ libc_function(
3800
3825
":__support_common" ,
3801
3826
":__support_osutil_syscall" ,
3802
3827
":errno" ,
3828
+ ":hdr_fcntl_macros" ,
3803
3829
],
3804
3830
)
3805
3831
@@ -3811,6 +3837,7 @@ libc_function(
3811
3837
":__support_common" ,
3812
3838
":__support_osutil_syscall" ,
3813
3839
":errno" ,
3840
+ ":hdr_fcntl_macros" ,
3814
3841
],
3815
3842
)
3816
3843
@@ -3822,6 +3849,7 @@ libc_function(
3822
3849
":__support_common" ,
3823
3850
":__support_osutil_syscall" ,
3824
3851
":errno" ,
3852
+ ":hdr_fcntl_macros" ,
3825
3853
],
3826
3854
)
3827
3855
@@ -3833,6 +3861,7 @@ libc_function(
3833
3861
":__support_common" ,
3834
3862
":__support_osutil_syscall" ,
3835
3863
":errno" ,
3864
+ ":hdr_fcntl_macros" ,
3836
3865
],
3837
3866
)
3838
3867
@@ -3844,6 +3873,7 @@ libc_function(
3844
3873
":__support_common" ,
3845
3874
":__support_osutil_syscall" ,
3846
3875
":errno" ,
3876
+ ":hdr_fcntl_macros" ,
3847
3877
],
3848
3878
)
3849
3879
@@ -3891,6 +3921,7 @@ libc_function(
3891
3921
":__support_common" ,
3892
3922
":__support_osutil_syscall" ,
3893
3923
":errno" ,
3924
+ ":hdr_fcntl_macros" ,
3894
3925
],
3895
3926
)
3896
3927
@@ -3902,6 +3933,7 @@ libc_function(
3902
3933
":__support_common" ,
3903
3934
":__support_osutil_syscall" ,
3904
3935
":errno" ,
3936
+ ":hdr_fcntl_macros" ,
3905
3937
],
3906
3938
)
3907
3939
@@ -4161,6 +4193,7 @@ libc_function(
4161
4193
":__support_common" ,
4162
4194
":__support_osutil_syscall" ,
4163
4195
":errno" ,
4196
+ ":hdr_fcntl_macros" ,
4164
4197
":hdr_stdio_overlay" ,
4165
4198
":types_FILE" ,
4166
4199
],
@@ -4178,6 +4211,7 @@ libc_function(
4178
4211
":__support_common" ,
4179
4212
":__support_osutil_syscall" ,
4180
4213
":errno" ,
4214
+ ":hdr_fcntl_macros" ,
4181
4215
":llvm_libc_macros_fcntl_macros" ,
4182
4216
],
4183
4217
)
@@ -4192,6 +4226,8 @@ libc_function(
4192
4226
":__support_common" ,
4193
4227
":__support_osutil_syscall" ,
4194
4228
":errno" ,
4229
+ ":hdr_fcntl_macros" ,
4230
+ ":types_mode_t" ,
4195
4231
],
4196
4232
)
4197
4233
0 commit comments