File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ set(TARGET_LIBC_ENTRYPOINTS
179
179
libc.src.stdio.ferror
180
180
libc.src.stdio.fseek
181
181
libc.src.stdio.fflush
182
+ libc.src.stdio.fileno
182
183
libc.src.stdio.ftell
183
184
libc.src.stdio.clearerr
184
185
libc.src.stdio.puts
Original file line number Diff line number Diff line change @@ -542,6 +542,7 @@ if(LLVM_LIBC_FULL_BUILD)
542
542
libc.src.stdio.ferror_unlocked
543
543
libc.src.stdio.fgetc
544
544
libc.src.stdio.fflush
545
+ libc.src.stdio.fileno
545
546
libc.src.stdio.fopen
546
547
libc.src.stdio.fputc
547
548
libc.src.stdio.fputs
Original file line number Diff line number Diff line change @@ -565,6 +565,7 @@ if(LLVM_LIBC_FULL_BUILD)
565
565
libc.src.stdio.fgetc_unlocked
566
566
libc.src.stdio.fgets
567
567
libc.src.stdio.fflush
568
+ libc.src.stdio.fileno
568
569
libc.src.stdio.fopen
569
570
libc.src.stdio.fputc
570
571
libc.src.stdio.fputs
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ add_libc_test(
14
14
libc.src.stdio.feof
15
15
libc.src.stdio.ferror
16
16
libc.src.stdio.fflush
17
+ libc.src.stdio.fileno
17
18
libc.src.stdio.fopen
18
19
libc.src.stdio.fputs
19
20
libc.src.stdio.fread
Original file line number Diff line number Diff line change 11
11
#include " src/stdio/feof.h"
12
12
#include " src/stdio/ferror.h"
13
13
#include " src/stdio/fflush.h"
14
+ #include " src/stdio/fileno.h"
14
15
#include " src/stdio/fopen.h"
15
16
#include " src/stdio/fputs.h"
16
17
#include " src/stdio/fread.h"
You can’t perform that action at this time.
0 commit comments