diff options
author | Jim Meyering <jim@meyering.net> | 2000-02-12 10:42:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-02-12 10:42:19 +0000 |
commit | 5813e98ace4d51691de18d79760c5d5388da5d7c (patch) | |
tree | 8b6e1d3865d1c22a37476802a2020c4790172633 /lib | |
parent | b8cf92fee6d575d766af6aa2b4418d0838031047 (diff) | |
download | coreutils-5813e98ace4d51691de18d79760c5d5388da5d7c.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index ba5007682..d6469b28b 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. |