Skip to content

Commit ff44e67

Browse files
committed
Fix stdio compatibility with Newlib >= 3.4.0
1 parent f41e38d commit ff44e67

File tree

1 file changed

+0
-1
lines changed
  • components/libc/posix/io/stdio

1 file changed

+0
-1
lines changed

components/libc/posix/io/stdio/stdio.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ int rt_posix_stdio_set_console(const char* device_name, int mode)
111111
// Older newlib versions (typically < 3.4.0) still define __sdidinit
112112
_GLOBAL_REENT->__sdidinit = 1;
113113
#endif
114-
115114
}
116115

117116
if (std_console)

0 commit comments

Comments
 (0)