There was a typo in the error message for pthread_attr_setstacksize. Although the error occurred in that function, the message complained about pthread_attr_setscope.
Changes
Now when the user will not get confused with errors related to the stack size of a task.
Description
There was a typo in the error message for
pthread_attr_setstacksize
. Although the error occurred in that function, the message complained aboutpthread_attr_setscope
.Changes
Now when the user will not get confused with errors related to the stack size of a task.
Tested on