File tree 1 file changed +9
-1
lines changed
utils/bazel/llvm-project-overlay/libc
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,11 @@ libc_support_library(
155
155
hdrs = ["hdr/limits_macros.h" ],
156
156
)
157
157
158
+ libc_support_library (
159
+ name = "hdr_stdio_overlay" ,
160
+ hdrs = ["hdr/stdio_overlay.h" ],
161
+ )
162
+
158
163
############################ Type Proxy Header Files ###########################
159
164
160
165
libc_support_library (
@@ -749,6 +754,7 @@ libc_support_library(
749
754
":__support_threads_mutex" ,
750
755
":errno" ,
751
756
":hdr_stdio_macros" ,
757
+ ":hdr_stdio_overlay" ,
752
758
":types_off_t" ,
753
759
],
754
760
)
@@ -761,6 +767,7 @@ libc_support_library(
761
767
":__support_error_or" ,
762
768
":__support_osutil_syscall" ,
763
769
":errno" ,
770
+ ":hdr_stdio_overlay" ,
764
771
":types_off_t" ,
765
772
],
766
773
)
@@ -3893,9 +3900,9 @@ libc_support_library(
3893
3900
":__support_ctype_utils" ,
3894
3901
":__support_fputil_fp_bits" ,
3895
3902
":__support_str_to_integer" ,
3903
+ ":errno" ,
3896
3904
":printf_config" ,
3897
3905
":printf_core_structs" ,
3898
- ":errno"
3899
3906
],
3900
3907
)
3901
3908
@@ -4104,6 +4111,7 @@ libc_function(
4104
4111
":__support_common" ,
4105
4112
":__support_osutil_syscall" ,
4106
4113
":errno" ,
4114
+ ":hdr_stdio_overlay" ,
4107
4115
":types_FILE" ,
4108
4116
],
4109
4117
)
You can’t perform that action at this time.
0 commit comments