mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-04 13:49:08 +00:00
testing/ostest/barrier: Fix the message printed when
pthread_barrier_init fails. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
eb228229d8
commit
025ce0e008
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ void barrier_test(void)
|
|||
CONFIG_TESTING_OSTEST_NBARRIER_THREADS);
|
||||
if (status != OK)
|
||||
{
|
||||
printf("barrier_test: pthread_barrierattr_init failed, status=%d\n",
|
||||
printf("barrier_test: pthread_barrier_init failed, status=%d\n",
|
||||
status);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue