about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2014-05-07 13:58:23 +0200
committerOndřej Bílka <neleai@seznam.cz>2014-05-07 14:00:01 +0200
commitce0c5b8f365c73fc647f9a2a43fa988e6f0f46f4 (patch)
tree05a8063f36cff713d7c7196e388a7650202e6e78 /ChangeLog
parent0f58d25277fe88f3907e8c426f9bcedb7f07ed0d (diff)
downloadglibc-ce0c5b8f365c73fc647f9a2a43fa988e6f0f46f4.tar.gz
glibc-ce0c5b8f365c73fc647f9a2a43fa988e6f0f46f4.tar.xz
glibc-ce0c5b8f365c73fc647f9a2a43fa988e6f0f46f4.zip
Fix typo in nptl/sockperf.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d7e9cd4923..7da675cebf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
+
+	[BZ #16876]
+	* nptl/sockperf.c (client): Check socket return value.
+
 2014-05-06  Roland McGrath  <roland@hack.frob.com>
 
 	* sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
@@ -5,9 +10,9 @@
 
 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
 
-        [BZ# 16916]
-        * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
-        Define.
+	[BZ# 16916]
+	* sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
+	Define.
 
 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>