thomasactia opened a new pull request #2176: URL: https://github.com/apache/incubator-nuttx/pull/2176
Handle PR_SET_NAME and PR_GET_NAME ## Summary Increase number of arguments for the prctl() (pthread_setname_np()) syscall, so it does not drop the third (PID) argument. ## Impact prctl() PR_SET_NAME/PR_GET_NAME and pthread_setname() starts working in protected build. ## Testing phtread_setname_np() and prctl() called from task to set name. Name read in another task using prctl() and /proc/pid/status. ---------------------------------------------------------------- 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]
