* tst-cancel4.c (do_test): Use %zd instead of %d when printing cnt.
authorJakub Jelinek <jakub@redhat.com>
Wed, 16 Apr 2003 21:59:43 +0000 (21:59 +0000)
committerJakub Jelinek <jakub@redhat.com>
Wed, 16 Apr 2003 21:59:43 +0000 (21:59 +0000)
nptl/ChangeLog

index c7cfbbb..d389133 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-16  Jakub Jelinek  <jakub@redhat.com>
+
+       * tst-cancel4.c (do_test): Use %zd instead of %d when printing cnt.
+
 2003-04-15  Roland McGrath  <roland@redhat.com>
 
        * forward.c (__pthread_unwind): Tweak to avoid warning.