diff options
author | Stefan Liebler <stli@linux.vnet.ibm.com> | 2015-06-19 13:47:59 +0200 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2015-06-19 13:47:59 +0200 |
commit | 2419de0720823d74d3f139618bb0321f99e82aaf (patch) | |
tree | 0cfd520291ad2d28083b77cfb0ee75bf0965594a /ChangeLog | |
parent | 86fe187471da743fa4bcf60cad7c04f8fbe010b7 (diff) | |
download | glibc-2419de0720823d74d3f139618bb0321f99e82aaf.tar glibc-2419de0720823d74d3f139618bb0321f99e82aaf.tar.gz glibc-2419de0720823d74d3f139618bb0321f99e82aaf.tar.bz2 glibc-2419de0720823d74d3f139618bb0321f99e82aaf.zip |
Fix benchtests build failure after 'add benchmark for strcoll'
This patch fixes implicit declaration of function strdup, strtok,
strcoll, strchr and removes unused variable res.
ChangeLog:
* benchtests/bench-strcoll.c:
Include string.h.
(main): Remove unused variable res.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2015-06-19 Stefan Liebler <stli@linux.vnet.ibm.com> + * benchtests/bench-strcoll.c: + Include string.h. + (main): Remove unused variable res. + +2015-06-19 Stefan Liebler <stli@linux.vnet.ibm.com> + * timezone/Makefile (%/UTC %/Universal): Generate test-result files for UTC and Universal. |