From: Jim Meyering Date: Sat, 12 Feb 2000 10:42:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a508d1e2d5cc80893f73499287f90c1178092a7;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index ba5007682a..d6469b28be 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.