summary refs log tree commit diff
path: root/elf/tst-tls-dlinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-tls-dlinfo.c')
-rw-r--r--elf/tst-tls-dlinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tst-tls-dlinfo.c b/elf/tst-tls-dlinfo.c
index 7d2b42e2ab..6d032bdc53 100644
--- a/elf/tst-tls-dlinfo.c
+++ b/elf/tst-tls-dlinfo.c
@@ -33,7 +33,7 @@ do_test (void)
       result = 1;
     }
   else
-    printf ("dlinfo says TLS module ID %Zu\n", modid);
+    printf ("dlinfo says TLS module ID %zu\n", modid);
 
   void *block;
   if (dlinfo (h, RTLD_DI_TLS_DATA, &block))