summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx01/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx01/task.c')
-rw-r--r--testsuites/psxtests/psx01/task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx01/task.c b/testsuites/psxtests/psx01/task.c
index 5b8e3801b3..5943295411 100644
--- a/testsuites/psxtests/psx01/task.c
+++ b/testsuites/psxtests/psx01/task.c
@@ -48,7 +48,7 @@ void *Task_1_through_3(
/* get id of this thread */
Task_id = pthread_self();
- printf( "Task_1: ID is 0x%08x\n", Task_id );
+ printf( "Task_1: ID is 0x%08" PRIxpthread_t "\n", Task_id );
/* exercise pthread_equal */