From 6d497bbef7f18e37f862c2eaa1820f87546936e1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 25 Aug 2002 08:44:43 +0000 Subject: Update. * libio/tst-freopen.c (main): Use correct formats for __LINE__. * libio/tst-mmap-setvbuf.c (main): Likewise. * libio/tst-widetext.c (main): Likewise. * libio/tst-mmap-eofsync.c (do_test): Use correct format in error message. * libio/tst-mmap-fflushsync.c (do_test): Likewise. * libio/tst-mmap2-eofsync.c (do_test): Likewise. --- linuxthreads/Examples/ex17.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linuxthreads/Examples/ex17.c') diff --git a/linuxthreads/Examples/ex17.c b/linuxthreads/Examples/ex17.c index a3ab909990..1bc09a5bda 100644 --- a/linuxthreads/Examples/ex17.c +++ b/linuxthreads/Examples/ex17.c @@ -53,7 +53,7 @@ main (void) if (stack2 != stack || stacksize != STACKSIZE) { - printf ("first pthread_attr_getstack returned different stack (%p,%x)\n" + printf ("first pthread_attr_getstack returned different stack (%p,%zx)\n" "than was set by setstack (%p,%x)\n", stack2, stacksize, stack, STACKSIZE); return 2; @@ -89,7 +89,7 @@ main (void) if (stack2 != stack || stacksize != STACKSIZE) { - printf ("second pthread_attr_getstack returned different stack (%p,%x)\n" + printf ("second pthread_attr_getstack returned different stack (%p,%zx)\n" "than was set by setstack (%p,%x)\n", stack2, stacksize, stack, STACKSIZE); return 3; -- cgit v1.2.3