summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-04 08:50:34 +0000
committerJim Meyering <jim@meyering.net>2004-03-04 08:50:34 +0000
commitb8e698744ed4aeeb73c75565fc8c767a03c0fcc7 (patch)
tree6855363fa8fe9abb808244686f5b8af81a4a9cad /lib/ChangeLog
parenta07aa7e020ac31086a9e1ed61c319ed20b9639c5 (diff)
downloadcoreutils-b8e698744ed4aeeb73c75565fc8c767a03c0fcc7.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 7fd400bdf..4f985c478 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,13 @@
+2004-03-03 Paul Eggert <eggert@twinsun.com>
+
+ * cloexec.c: Include "cloexec.h" first, and <unistd.h> before <fcntl.h>.
+ (set_cloexec_flag): Use bool for booleans. All uses changed.
+ If F_GETFD returns a negative number (not just -1), report a
+ failure. Don't use F_SETFD if the flags are already right.
+ 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'.
+
2004-03-02 Dmitry V. Levin <ldv@altlinux.org>
* cloexec.c: New file.