about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2003-04-16 21:59:43 +0000
committerJakub Jelinek <jakub@redhat.com>2003-04-16 21:59:43 +0000
commitdd9d65384e7cc7792496b8fd209fa6f06523ec04 (patch)
tree32a9cb592bcc3a9152b84f98b12269465d7250ab /nptl
parentf7016882e9a97e573eb3c942c5f9042877981440 (diff)
downloadglibc-dd9d65384e7cc7792496b8fd209fa6f06523ec04.tar.gz
glibc-dd9d65384e7cc7792496b8fd209fa6f06523ec04.tar.xz
glibc-dd9d65384e7cc7792496b8fd209fa6f06523ec04.zip
* tst-cancel4.c (do_test): Use %zd instead of %d when printing cnt.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index c7cfbbb076..d38913303a 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -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.