From: Jim Meyering Date: Thu, 10 Feb 2000 09:38:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0q~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=269c31af34ceda2cb6aeb780085ccb7d16b00bc1;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index dae524974e..32c625b98b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,14 @@ +2000-02-10 Jim Meyering + + With these changes, nanosleep.[ch] are finally enough like the other + lib/* replacement files to compile on a few more losing systems. + + * nanosleep.h: Don't include config.h. + Remove prototype from declaration of nanosleep. + (PARAMS): Remove now-unneeded definition. + * nanosleep.c: #undef nanosleep. + (rpl_nanosleep): Rename from nanosleep. + 2000-02-03 Jim Meyering * readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',