about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-06-27 17:01:06 +0000
committerJoseph Myers <joseph@codesourcery.com>2018-06-27 17:01:06 +0000
commita833e627c3ef6a5d62ae3838e6838b24b8ffd1c6 (patch)
treec36c517e81c650c44cb682325e3f06f09cf466c6 /ChangeLog
parent92d6aa8528f2ddab2361bc160a96b9cd3c497a11 (diff)
downloadglibc-a833e627c3ef6a5d62ae3838e6838b24b8ffd1c6.tar.gz
glibc-a833e627c3ef6a5d62ae3838e6838b24b8ffd1c6.tar.xz
glibc-a833e627c3ef6a5d62ae3838e6838b24b8ffd1c6.zip
Remove nptl/sockperf.c.
This patch removes nptl/sockperf.c, an unused, x86-specific program
with a hardcoded path in /tmp.  If someone finds some of this code in
future for adding a proper benchmark, that does not of course rule out
adding it back in that form, but for now I think it's best to
eliminate this code with the hardcoded /tmp path.

Tested for x86_64.

	* nptl/sockperf.c: Remove file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a2a7f8c62..b2a3f61586 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-27  Joseph Myers  <joseph@codesourcery.com>
+
+	* nptl/sockperf.c: Remove file.
+
 2018-06-27  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #18023]