summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-31 22:42:59 +0000
committerJim Meyering <jim@meyering.net>2000-01-31 22:42:59 +0000
commit715f1c67f98d9c4a6d1c0db5244d52fd176e1be2 (patch)
tree510279715a67961fd107c6449e346fb4f3b9bb13
parentffb0e906478e63f61dc226f0134840a909f32357 (diff)
downloadcoreutils-715f1c67f98d9c4a6d1c0db5244d52fd176e1be2.tar.xz
*** empty log message ***
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 14a5cca6e..16f6f84bf 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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.