michallenc commented on code in PR #10602:
URL: https://github.com/apache/nuttx/pull/10602#discussion_r1361852315


##########
sched/tls/task_initinfo.c:
##########
@@ -28,6 +28,8 @@
 #include <nuttx/kmalloc.h>
 #include <nuttx/mutex.h>
 
+#include <nuttx/lib/lib.h>

Review Comment:
   `<nuttx/lib/lib.h>` was used to reference `lib_stream_initialize` and 
`lib_stream_release` before your patch so I am not sure if it is such a problem 
in this case.
   Deciding what function is to be called would require some if statements in 
running code which I would like to avoid.



-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to