summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx10/task2.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx10/task2.c')
-rw-r--r--testsuites/psxtests/psx10/task2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx10/task2.c b/testsuites/psxtests/psx10/task2.c
index 081616f339..6aef292030 100644
--- a/testsuites/psxtests/psx10/task2.c
+++ b/testsuites/psxtests/psx10/task2.c
@@ -26,7 +26,7 @@ void *Task_2(
int status;
Task_id = pthread_self();
- printf( "Task_2: ID is 0x%08x\n", Task_id );
+ printf( "Task_2: ID is 0x%08" PRIxpthread_t "\n", Task_id );
status = pthread_mutex_lock( &Mutex_id );
assert( !status );