zyfeier opened a new issue, #14564: URL: https://github.com/apache/nuttx/issues/14564
### Is your feature request related to a problem? Please describe. Currently, the argv types of pthread_create and task_create are different, which can cause confusion during use. ### Describe the solution you'd like If the argv parameter of task_create can also be replaced with the void * type, it would achieve consistency in form and eliminate the need to dynamically calculate and store based on the number of argv arguments. ### Describe alternatives you've considered _No response_ ### Verification - [X] I have verified before submitting the report. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
