aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>2014-02-21 11:17:41 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-02-21 11:30:03 +0530
commitbd939d23227e910e2726ac28d2c3b259869aa594 (patch)
treee1484e6b1135e7d1a43f17120fab60ab8cf37803 /ChangeLog
parentbc688c10296cb416c082e44aa8bf881505aec64a (diff)
downloadglibc-bd939d23227e910e2726ac28d2c3b259869aa594.zip
glibc-bd939d23227e910e2726ac28d2c3b259869aa594.tar.gz
glibc-bd939d23227e910e2726ac28d2c3b259869aa594.tar.bz2
print length in strrchr benchtest
The return criteria of strrchr() is to read till NULL even if the search character is hit. So its better to print len instead of pos.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ad0fe6..2a80e08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
+
+ * benchtests/bench-strrchr.c: Print length instead of position.
+
2014-02-20 Joseph Myers <joseph@codesourcery.com>
[BZ #16611]