mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-05 06:10:29 +00:00
testing/smp/smp_main.c: Fix the message printed when
pthread_barrier_init fails. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
e21330df53
commit
e5667b1d3d
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ int main(int argc, FAR char *argv[])
|
|||
CONFIG_TESTING_SMP_NBARRIER_THREADS);
|
||||
if (ret != OK)
|
||||
{
|
||||
printf(" Main[0]: pthread_barrierattr_init failed, ret=%d\n",
|
||||
printf(" Main[0]: pthread_barrier_init failed, ret=%d\n",
|
||||
ret);
|
||||
|
||||
errcode = EXIT_FAILURE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue