summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-02-12 10:42:19 +0000
committerJim Meyering <jim@meyering.net>2000-02-12 10:42:19 +0000
commit5813e98ace4d51691de18d79760c5d5388da5d7c (patch)
tree8b6e1d3865d1c22a37476802a2020c4790172633
parentb8cf92fee6d575d766af6aa2b4418d0838031047 (diff)
downloadcoreutils-5813e98ace4d51691de18d79760c5d5388da5d7c.tar.xz
*** empty log message ***
-rw-r--r--lib/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index ba5007682..d6469b28b 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -31,7 +31,7 @@
* nanosleep.h (nanosleep): Guard declaration with
`#if ! HAVE_DECL_NANOSLEEP'.
- Without this, OFS gets a redeclaration error for gnu_nanosleep, due to
+ Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
the declaration in that vendor's sys/timers.h.
Reported by Christian Krackowizer.