*** empty log message ***

This commit is contained in:
Jim Meyering 2001-09-26 08:21:55 +00:00
parent 5f97defa02
commit dc374320b8

View File

@ -1,3 +1,13 @@
2001-09-26 Jim Meyering <meyering@lucent.com>
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 <bt@teknon.de>
* gettimeofday.c (rpl_gettimeofday): Declare local variable `result'.