summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-12-31 13:43:28 -0700
committerEric Blake <ebb9@byu.net>2009-12-31 19:25:46 -0700
commit00b8e3f73a4370d64a6d8ec20c28b13f2d856bfb (patch)
tree710d2d32cfd4ece240e3c8a3e6108299df18b1c5 /ChangeLog
parentb71b53d8d315b4846ba9e6ea34fd94e5f8b284ba (diff)
downloadgnulib-00b8e3f73a4370d64a6d8ec20c28b13f2d856bfb.tar.gz
test-dup2: avoid compiler warning
A warning cropped up from the 2009-12-28 change, when not using cloexec. * tests/test-dup2.c (is_inheritable): Only define if used. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac19febdaa..8d890808ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-31 Eric Blake <ebb9@byu.net>
+
+ test-dup2: avoid compiler warning
+ * tests/test-dup2.c (is_inheritable): Only define if used.
+
2010-01-01 Bruno Haible <bruno@clisp.org>
vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.