about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-02-11 14:32:57 -0800
committerRoland McGrath <roland@hack.frob.com>2013-02-11 14:32:57 -0800
commit310998fe2b7ec34ffeeec51ade90e368f3e2fb55 (patch)
treefa82a0b0fcaed4d27b98bb6df78d34cd5ab594fc
parent41eda41d7489a428abb46202482136a540ec23dc (diff)
downloadglibc-310998fe2b7ec34ffeeec51ade90e368f3e2fb55.tar.gz
glibc-310998fe2b7ec34ffeeec51ade90e368f3e2fb55.tar.xz
glibc-310998fe2b7ec34ffeeec51ade90e368f3e2fb55.zip
Fix log entry in last change.
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 99ec09702e..3f84a12eb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
-2013-02-09   Ondřej Bílka  <neleai@seznam.cz>
+2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
 
 	* bits/stdlib-bsearch.h: New file.
 	* stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
-	* stdlib/stdlib.h (bsearch): Add inline bsearch.
+	* stdlib/stdlib.h: Likewise.
 
 2013-02-11  Roland McGrath  <roland@hack.frob.com>