about summary refs log tree commit diff
path: root/elf/tst-tls6.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-tls6.c')
-rw-r--r--elf/tst-tls6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tst-tls6.c b/elf/tst-tls6.c
index 2c015efebb..68d706538f 100644
--- a/elf/tst-tls6.c
+++ b/elf/tst-tls6.c
@@ -36,7 +36,7 @@ do_test (void)
 	modid = ((struct link_map *) h)->l_tls_modid;
       else if (((struct link_map *) h)->l_tls_modid != modid)
 	{
-	  printf ("round %d: modid now %d, initially %d\n",
+	  printf ("round %d: modid now %zd, initially %d\n",
 		  i, ((struct link_map *) h)->l_tls_modid, modid);
 	  result = 1;
 	}