ghn-certi commented on a change in pull request #1606:
URL: https://github.com/apache/incubator-nuttx/pull/1606#discussion_r473253866
##########
File path: include/pthread.h
##########
@@ -241,7 +246,7 @@ struct pthread_attr_s
uint8_t priority; /* Priority of the pthread */
uint8_t policy; /* Pthread scheduler policy */
uint8_t inheritsched; /* Inherit parent priority/policy? */
-
+ uint8_t detachstate; /* Initilize to the detach state */
Review comment:
```suggestion
uint8_t detachstate; /* Initialize to the detach state */
```
----------------------------------------------------------------
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]