From d7e2a8188f6e9eaccb5e1c1bd7b9d5af79429c0c Mon Sep 17 00:00:00 2001 From: ajs Date: Thu, 17 Feb 2005 20:02:49 +0000 Subject: 2005-02-17 Andrew J. Schorr * network.h: Define a new ERRNO_IO_RETRY macro to test whether an I/O operation should be retried. This eliminates the need to duplicate the same logic testing for EAGAIN or EINTR in multiple places. --- lib/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index ac05baba..40e73ff7 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-02-17 Andrew J. Schorr + + * network.h: Define a new ERRNO_IO_RETRY macro to test whether an I/O + operation should be retried. This eliminates the need to duplicate + the same logic testing for EAGAIN or EINTR in multiple places. + 2005-02-16 Andrew J. Schorr * stream.h: Declare new function stream_read_try suitable for use -- cgit v1.2.1