diff options
author | ajs <ajs> | 2005-02-17 20:07:22 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-02-17 20:07:22 +0000 |
commit | 53270116df3f54b1f9411f0832567e9effa87593 (patch) | |
tree | 08fab8ea890f84694a0f9fcaaf55a13fbf698ef3 /lib/ChangeLog | |
parent | d7e2a8188f6e9eaccb5e1c1bd7b9d5af79429c0c (diff) |
2005-02-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* stream.c: (stream_read_try) Use new ERRNO_IO_RETRY macro.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 40e73ff7..c4054d00 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 2005-02-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + * stream.c: (stream_read_try) Use new ERRNO_IO_RETRY macro. + +2005-02-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + * 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. |