diff options
author | Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com> | 2014-02-21 11:17:41 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-02-21 11:30:03 +0530 |
commit | bd939d23227e910e2726ac28d2c3b259869aa594 (patch) | |
tree | e1484e6b1135e7d1a43f17120fab60ab8cf37803 /ChangeLog | |
parent | bc688c10296cb416c082e44aa8bf881505aec64a (diff) | |
download | glibc-bd939d23227e910e2726ac28d2c3b259869aa594.tar.gz glibc-bd939d23227e910e2726ac28d2c3b259869aa594.tar.xz glibc-bd939d23227e910e2726ac28d2c3b259869aa594.zip |
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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4ad0fe6594..2a80e08770 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] |