File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -212,8 +212,6 @@ set(TARGET_LIBC_ENTRYPOINTS
212
212
libc.src.stdlib.realloc
213
213
214
214
# stdio.h entrypoints
215
- libc.src.stdio.fdopen
216
- libc.src.stdio.fileno
217
215
libc.src.stdio.fprintf
218
216
libc.src.stdio.fscanf
219
217
libc.src.stdio.vfscanf
@@ -918,6 +916,7 @@ if(LLVM_LIBC_FULL_BUILD)
918
916
libc.src.stdio.clearerr
919
917
libc.src.stdio.clearerr_unlocked
920
918
libc.src.stdio.fclose
919
+ libc.src.stdio.fdopen
921
920
libc.src.stdio.feof
922
921
libc.src.stdio.feof_unlocked
923
922
libc.src.stdio.ferror
@@ -926,6 +925,7 @@ if(LLVM_LIBC_FULL_BUILD)
926
925
libc.src.stdio.fgetc
927
926
libc.src.stdio.fgetc_unlocked
928
927
libc.src.stdio.fgets
928
+ libc.src.stdio.fileno
929
929
libc.src.stdio.flockfile
930
930
libc.src.stdio.fopen
931
931
libc.src.stdio.fopencookie
Original file line number Diff line number Diff line change @@ -211,8 +211,6 @@ set(TARGET_LIBC_ENTRYPOINTS
211
211
libc.src.stdlib.realloc
212
212
213
213
# stdio.h entrypoints
214
- libc.src.stdio.fdopen
215
- libc.src.stdio.fileno
216
214
libc.src.stdio.fprintf
217
215
libc.src.stdio.fscanf
218
216
libc.src.stdio.vfscanf
@@ -857,6 +855,7 @@ if(LLVM_LIBC_FULL_BUILD)
857
855
libc.src.stdio.clearerr
858
856
libc.src.stdio.clearerr_unlocked
859
857
libc.src.stdio.fclose
858
+ libc.src.stdio.fdopen
860
859
libc.src.stdio.feof
861
860
libc.src.stdio.feof_unlocked
862
861
libc.src.stdio.ferror
@@ -865,6 +864,7 @@ if(LLVM_LIBC_FULL_BUILD)
865
864
libc.src.stdio.fgetc
866
865
libc.src.stdio.fgetc_unlocked
867
866
libc.src.stdio.fgets
867
+ libc.src.stdio.fileno
868
868
libc.src.stdio.flockfile
869
869
libc.src.stdio.fopen
870
870
libc.src.stdio.fopencookie
Original file line number Diff line number Diff line change @@ -211,8 +211,6 @@ set(TARGET_LIBC_ENTRYPOINTS
211
211
libc.src.stdlib.realloc
212
212
213
213
# stdio.h entrypoints
214
- libc.src.stdio.fdopen
215
- libc.src.stdio.fileno
216
214
libc.src.stdio.fprintf
217
215
libc.src.stdio.fscanf
218
216
libc.src.stdio.vfscanf
@@ -1018,6 +1016,7 @@ if(LLVM_LIBC_FULL_BUILD)
1018
1016
libc.src.stdio.clearerr
1019
1017
libc.src.stdio.clearerr_unlocked
1020
1018
libc.src.stdio.fclose
1019
+ libc.src.stdio.fdopen
1021
1020
libc.src.stdio.feof
1022
1021
libc.src.stdio.feof_unlocked
1023
1022
libc.src.stdio.ferror
@@ -1026,6 +1025,7 @@ if(LLVM_LIBC_FULL_BUILD)
1026
1025
libc.src.stdio.fgetc
1027
1026
libc.src.stdio.fgetc_unlocked
1028
1027
libc.src.stdio.fgets
1028
+ libc.src.stdio.fileno
1029
1029
libc.src.stdio.flockfile
1030
1030
libc.src.stdio.fopen
1031
1031
libc.src.stdio.fopencookie
Original file line number Diff line number Diff line change 1
- // ===-- Implementation of fileno
2
- // -------------------------------------------===//
1
+ // ===-- Implementation of fileno ------------------------------------------===//
3
2
//
4
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
4
// See https://llvm.org/LICENSE.txt for license information.
You can’t perform that action at this time.
0 commit comments