summaryrefslogtreecommitdiff
path: root/testsuites/libtests/dl08/dl-o6-123456789-123456789.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/dl08/dl-o6-123456789-123456789.c')
-rw-r--r--testsuites/libtests/dl08/dl-o6-123456789-123456789.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuites/libtests/dl08/dl-o6-123456789-123456789.c b/testsuites/libtests/dl08/dl-o6-123456789-123456789.c
index d308b85f1a..4aee277a3d 100644
--- a/testsuites/libtests/dl08/dl-o6-123456789-123456789.c
+++ b/testsuites/libtests/dl08/dl-o6-123456789-123456789.c
@@ -29,11 +29,11 @@ void dl06_destructor (void) __attribute__ ((destructor));
void dl06_constructor (void)
{
printf (DL_NAME ": CONSTRUCTOR: %s\n", dl_localise_file (__FILE__));
- printf (DL_NAME ": dl06_unresolv_1: %4u: %p: %" PRIu64 "\n", PAINT_VAR (dl06_unresolv_1));
- printf (DL_NAME ": dl06_unresolv_2: %4u: %p: %" PRIu16 "\n", PAINT_VAR (dl06_unresolv_2));
- printf (DL_NAME ": dl06_unresolv_3: %4u: %p: %" PRIu32 "\n", PAINT_VAR (dl06_unresolv_3));
- printf (DL_NAME ": dl06_unresolv_4: %4u: %p: %" PRIu8 "\n", PAINT_VAR (dl06_unresolv_4));
- printf (DL_NAME ": dl06_unresolv_5: %4u: %p: %" PRIi64 "\n", PAINT_VAR (dl06_unresolv_5));
+ printf (DL_NAME ": dl06_unresolv_1: %4zu: %p: %" PRIu64 "\n", PAINT_VAR (dl06_unresolv_1));
+ printf (DL_NAME ": dl06_unresolv_2: %4zu: %p: %" PRIu16 "\n", PAINT_VAR (dl06_unresolv_2));
+ printf (DL_NAME ": dl06_unresolv_3: %4zu: %p: %" PRIu32 "\n", PAINT_VAR (dl06_unresolv_3));
+ printf (DL_NAME ": dl06_unresolv_4: %4zu: %p: %" PRIu8 "\n", PAINT_VAR (dl06_unresolv_4));
+ printf (DL_NAME ": dl06_unresolv_5: %4zu: %p: %" PRIi64 "\n", PAINT_VAR (dl06_unresolv_5));
}
void dl06_destructor (void)