* 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 2187838..e64960e 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):