anchao merged PR #10913:
URL: https://github.com/apache/nuttx/pull/10913
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx.apach
xiaoxiang781216 commented on code in PR #10913:
URL: https://github.com/apache/nuttx/pull/10913#discussion_r1359892941
##
sched/tls/task_uninitinfo.c:
##
@@ -24,11 +24,80 @@
#include
#include
-#include
#include
#include "tls.h"
+/***
acassis commented on code in PR #10913:
URL: https://github.com/apache/nuttx/pull/10913#discussion_r1359891947
##
sched/tls/task_uninitinfo.c:
##
@@ -24,11 +24,80 @@
#include
#include
-#include
#include
#include "tls.h"
+/***
xiaoxiang781216 commented on code in PR #10913:
URL: https://github.com/apache/nuttx/pull/10913#discussion_r1359863537
##
sched/tls/task_uninitinfo.c:
##
@@ -24,11 +24,80 @@
#include
#include
-#include
#include
#include "tls.h"
+/***
davids5 commented on code in PR #10913:
URL: https://github.com/apache/nuttx/pull/10913#discussion_r1359838051
##
sched/tls/task_uninitinfo.c:
##
@@ -24,11 +24,80 @@
#include
#include
-#include
#include
#include "tls.h"
+/***
xiaoxiang781216 commented on PR #10913:
URL: https://github.com/apache/nuttx/pull/10913#issuecomment-1763320030
@michallenc this patch could make your
patch(https://github.com/apache/nuttx/pull/10602) simpler.
--
This is an automated message from the Apache Git Service.
To respond to the
xiaoxiang781216 opened a new pull request, #10913:
URL: https://github.com/apache/nuttx/pull/10913
## Summary
- stdio: Move lib_stream_[initialize|release] from libc/stdio to sched/tls
- stdio: Initialize stdin, stdout and stderr directly
- stdio: Merge fs_fdopen into fdopen to