* safe-read.c (IS_EINTR): Define.
authorJim Meyering <jim@meyering.net>
Tue, 3 Dec 2002 09:48:30 +0000 (09:48 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 3 Dec 2002 09:48:30 +0000 (09:48 +0000)
(safe_read): Use IS_EINTR in place of in-function cpp directives.

lib/ChangeLog

index 21878382a9cf31649b751e9f4d3d657d2fe05bc6..e64960e300b1c47d560418f21ada16b14be59a26 100644 (file)
@@ -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):