OpenAADL / polyorb-hi-c

PolyORB-HI/C runtime for Ocarina, supports POSIX, RTEMS, Xenomai, XtratuM RTOS
http://www.openaadl.org
Other
13 stars 48 forks source link

Fix log information for pthread_attr_setstacksize #37

Closed AngelPerezM closed 2 years ago

AngelPerezM commented 2 years ago

Description

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.

Tested on

yoogx commented 2 years ago

Thanks!