changeset 4051:90298dc3fd6c

* safe-read.c (IS_EINTR): Define. (safe_read): Use IS_EINTR in place of in-function cpp directives.
author Jim Meyering <jim@meyering.net>
date Tue, 03 Dec 2002 09:48:30 +0000
parents 2995e830608c
children 9bc86ccaeda6
files lib/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-03  Jim Meyering  <jim@meyering.net>
+
+	* safe-read.c (IS_EINTR): Define.
+	(safe_read): Use IS_EINTR in place of in-function cpp directives.
+
 2002-12-02  Bruno Haible  <bruno@clisp.org>
 
 	* safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):