diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-04 13:13:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-04 13:13:51 +0000 |
commit | f7291db3f9dc4d5e6577d2835f27a1db083f38ca (patch) | |
tree | ffc7338e256fe52abd7ff44f3062c49223f99551 /lib | |
parent | e7c9ecd1752e1add7d605942120226da5d9390b7 (diff) | |
download | coreutils-f7291db3f9dc4d5e6577d2835f27a1db083f38ca.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 2c9fa993d..0087630a8 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -12,6 +12,7 @@ Don't report a failure with F_SETFD unless it returns -1. * cloexec.h: Include <stdbool.h>. Adjust signature to use `bool' rather than `int'. + * getloadavg.c (getloadavg): Use `true', not `1'. 2004-03-02 Dmitry V. Levin <ldv@altlinux.org> |