From: Jim Meyering Date: Tue, 3 Dec 2002 10:57:11 +0000 (+0000) Subject: . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b21c351e580e2c39600c1f7030b30a9987d04dac;p=pspp . --- diff --git a/lib/ChangeLog b/lib/ChangeLog index e64960e300..da02a2ca12 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 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.c (IS_EINTR): Define. (safe_read): Use IS_EINTR in place of in-function cpp directives.