From 346f3a9016179e2ee492bb7d58ce790a6ce18c84 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 25 Jun 2003 11:14:37 +0000 Subject: * posix/tst-nanosleep.c: Include for nanosleep declaration. * stdio-common/tst-fphex.c: Fix format string. * posix/tst-nanosleep.c: Include for nanosleep declaration. * stdio-common/tst-fphex.c: Fix format string. --- stdio-common/tst-fphex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common/tst-fphex.c') diff --git a/stdio-common/tst-fphex.c b/stdio-common/tst-fphex.c index aca2c0500d..212e4ed9ec 100644 --- a/stdio-common/tst-fphex.c +++ b/stdio-common/tst-fphex.c @@ -39,7 +39,7 @@ do_test (int argc, char **argv) int n = snprintf (buf, sizeof buf, t->fmt, t->value); if (n != strlen (t->expect) || strcmp (buf, t->expect) != 0) { - printf ("%s\tExpected \"%s\" (%u)\n\tGot \"%s\" (%d, %u)\n", + printf ("%s\tExpected \"%s\" (%Zu)\n\tGot \"%s\" (%d, %Zu)\n", t->fmt, t->expect, strlen (t->expect), buf, n, strlen (buf)); result = 1; } -- cgit 1.4.1