summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx08
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx08')
-rw-r--r--testsuites/psxtests/psx08/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx08/init.c b/testsuites/psxtests/psx08/init.c
index 9f0e2636d5..827014604d 100644
--- a/testsuites/psxtests/psx08/init.c
+++ b/testsuites/psxtests/psx08/init.c
@@ -29,7 +29,7 @@ void *POSIX_Init(
/* get id of this thread */
Init_id = pthread_self();
- printf( "Init's ID is 0x%08x\n", Init_id );
+ printf( "Init's ID is 0x%08" PRIxpthread_t "\n", Init_id );
puts( "Init: pthread_detach - ESRCH (invalid id)" );
status = pthread_detach( (pthread_t) -1 );