xiaoxiang781216 commented on pull request #3170: URL: https://github.com/apache/incubator-nuttx/pull/3170#issuecomment-806546107
BTW, for the variables used in libc, would it better to declare them in the per stask/thread struct directly? So, all pthread slot reserve to the end user, the benefit include: 1. Same approach as errno 2. Avoid the complex initialization(e.g. allocate the key) 3. Can proceed before #1263 -- 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. For queries about this service, please contact Infrastructure at: [email protected]
