Mercurial > hg > octave-kai > gnulib-hg
changeset 2240:9b17bdd72c1a
*** empty log message ***
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Mon, 31 Jan 2000 22:42:59 +0000 |
parents | 198da01bc5e1 |
children | 2c6457a96048 |
files | lib/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.