From: Jim Meyering Date: Wed, 26 Sep 2001 08:21:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e80d86dfa2899bd8e910ab905eb15a99d625b556;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 645fa5d8b3..ffe8d251ae 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2001-09-26 Jim Meyering + + Most macros in unlocked-io.h had the wrong number of arguments. + * gen-uio: New script. + * unlocked-io.hin: Remove file. + * Makefile.am (unlocked-io.h): Rewrite to use a separate script, + rather than trying to embed it here. + (EXTRA_DIST): Add gen-uio. Remove unlocked-io.hin + Reported by Padraig Brady. + 2001-09-25 Volker Borchert * gettimeofday.c (rpl_gettimeofday): Declare local variable `result'.