diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-26 12:31:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-26 12:31:12 +0000 |
commit | 2bb262fd64659057d22b42342424b4d48bc21623 (patch) | |
tree | 767829e353f50bd4f90b62f78eee99912be51f98 | |
parent | 225d614f6fdf137ff912a2446dd639af3d2c2c78 (diff) | |
download | coreutils-2bb262fd64659057d22b42342424b4d48bc21623.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 835eae935..ef4ace9d6 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2001-11-26 Jim Meyering <meyering@lucent.com> + + * gtod.h: Remove file. + * gettimeofday.c: Don't include gtod.h. + (GTOD_init): Remove function. + (rpl_gettimeofday): Do its job here instead, rather than aborting. + Suggestion from Volker Borchert. + 2001-11-23 Jim Meyering <meyering@lucent.com> * hash.h (struct hash_table): Don't define here. Merely declare it. |