summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-02-10 09:38:52 +0000
committerJim Meyering <jim@meyering.net>2000-02-10 09:38:52 +0000
commit269c31af34ceda2cb6aeb780085ccb7d16b00bc1 (patch)
treedff474b585f9c210e6acfee6f7ad10d3ffe2b84d
parentafc29608510565857f51e56545385b2b4a5b55e7 (diff)
downloadcoreutils-269c31af34ceda2cb6aeb780085ccb7d16b00bc1.tar.xz
*** empty log message ***
-rw-r--r--lib/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index dae524974..32c625b98 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,14 @@
+2000-02-10 Jim Meyering <meyering@lucent.com>
+
+ 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 <meyering@lucent.com>
* readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',