diff options
Diffstat (limited to 'elf/dl-tunables.c')
-rw-r--r-- | elf/dl-tunables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-tunables.c b/elf/dl-tunables.c index 8e7ee9d..a3e399f 100644 --- a/elf/dl-tunables.c +++ b/elf/dl-tunables.c @@ -380,7 +380,7 @@ __tunables_print (void) (long int) cur->type.max); break; case TUNABLE_TYPE_SIZE_T: - _dl_printf ("0x%Zx (min: 0x%Zx, max: 0x%Zx)\n", + _dl_printf ("0x%zx (min: 0x%zx, max: 0x%zx)\n", (size_t) cur->val.numval, (size_t) cur->type.min, (size_t) cur->type.max); |