From: Jim Meyering Date: Wed, 4 Dec 2002 08:03:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e0b42fb40c23f27865fb3b4376d28b466324392;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index da02a2ca12..6c4f93994e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,7 +1,13 @@ +2002-12-04 Jim Meyering + + * safe-read.c: Rework so that it may serve to define safe_write, too. + * safe-write.c: Simply #define SAFE_WRITE and include safe-read.c. + 2002-12-03 Jim Meyering * safe-read.c, safe-write.c: Change variable names and comments, but not semantics, to minimize the differences between these two files. + (safe_read): Change comment to mention SAFE_READ_ERROR. * safe-read.c (IS_EINTR): Define. (safe_read): Use IS_EINTR in place of in-function cpp directives.