*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 31 Jan 2000 22:42:59 +0000 (22:42 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 31 Jan 2000 22:42:59 +0000 (22:42 +0000)
lib/ChangeLog

index 14a5cca6eb17aa8eb05dc44fdb980ea43b41dc73..16f6f84bf6df303ede79f2e161896dbf61f013ee 100644 (file)
@@ -1,5 +1,11 @@
 2000-01-31  Jim Meyering  <meyering@lucent.com>
 
+       * nanosleep.h (nanosleep): Guard declaration with
+       `#if ! HAVE_DECL_NANOSLEEP'.
+       Without this, OFS gets a redeclaration error for gnu_nanosleep, due to
+       the declaration in that vendor's sys/timers.h.
+       Reported by Christian Krackowizer.
+
        * quotearg.c (ISASCII): Add #undef and move definition to follow
        inclusion of wctype.h to work around solaris2.6 namespace pollution.
        (ISPRINT): Likewise.