about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-18 10:12:37 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-18 10:12:37 +0000
commit039c1b75276118560dae730b033261a1ae8df7fa (patch)
tree60a177af1f3c1ab6f8f79a6f0c89952eaa72a7b6 /ChangeLog
parente76afb7be1dbbd9337901dee42569c495ffa32ba (diff)
downloadglibc-039c1b75276118560dae730b033261a1ae8df7fa.tar.gz
glibc-039c1b75276118560dae730b033261a1ae8df7fa.tar.xz
glibc-039c1b75276118560dae730b033261a1ae8df7fa.zip
Update.
2003-01-18  Ulrich Drepper  <drepper@redhat.com>

	* inet/rexec.c (rexec_af): Protect socket operations with
	TEMP_FAILURE_RETRY.  Use writev instead of multiple write.
	* inet/rcmd.c (rcmd_af): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ed6d18555..20489320bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-01-18  Ulrich Drepper  <drepper@redhat.com>
+
+	* inet/rexec.c (rexec_af): Protect socket operations with
+	TEMP_FAILURE_RETRY.  Use writev instead of multiple write.
+	* inet/rcmd.c (rcmd_af): Likewise.
+
 2003-01-17  Roland McGrath  <roland@redhat.com>
 
 	* math/libm-test.inc (sin_test, cos_test, sincos_test) [TEST_DOUBLE]: