diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-02-22 07:19:43 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-02-22 07:19:43 +0000 |
commit | ff35a3ca2b9bc98533a846ba35fa95ec5bab7b51 (patch) | |
tree | 158b6b099678a593dd9e04a31cb7a72ba9279ad5 /lib/ChangeLog | |
parent | df066e26953a73d5156f49f4ebce9dfc14a06e4e (diff) | |
download | coreutils-ff35a3ca2b9bc98533a846ba35fa95ec5bab7b51.tar.xz |
Fix clock_gettime library access problem on recent GNU/Linux systems.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 5fa2f782e..60f76b2b6 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-02-21 Paul Eggert <eggert@cs.ucla.edu> + + * Makefile.am (libfetish_a_SOURCES): Remove xnanosleep.c, + xnanosleep.h; now done by ../m4/xnanosleep.m4 automatically. + 2005-02-20 Paul Eggert <eggert@cs.ucla.edu> * gethrxtime.h, gethrxtime.c, xtime.h: New files. |