changeset 2275:e297fd3bfd68

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 12 Feb 2000 10:42:19 +0000
parents 2baa7aca8b61
children 90fc17cfc883
files lib/ChangeLog
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.