Skip to content

Commit fa0a2d9

Browse files
committed
Merge branch 'fix/newlib-include-missed-test' into 'master'
fix(newlib): include missed test for printf See merge request espressif/esp-idf!38030
2 parents 3eed162 + 35531c6 commit fa0a2d9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

components/newlib/platform_include/stdio.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@
1010
#include_next <stdio.h>
1111

1212
#if CONFIG_LIBC_PICOLIBC
13+
void flockfile(FILE *);
14+
void funlockfile(FILE *);
1315
FILE *open_memstream(char **, size_t *);
1416
#endif

components/newlib/test_apps/newlib/main/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set(srcs
55
"test_misc.c"
66
"test_memstream.c"
77
"test_newlib.c"
8+
"test_printf.c"
89
"test_setjmp.c"
910
"test_stdatomic.c"
1011
"test_time.c")

0 commit comments

Comments
 (0)