summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBastien Roucariès <roucaries.bastien@gmail.com>2011-03-13 16:36:30 +0100
committerBruno Haible <bruno@clisp.org>2011-03-13 17:14:12 +0100
commit5d16175c8eb25176fdd3aca576eca995579d5145 (patch)
tree0d4df303d796406d0d228463d01cbf39e6889088 /ChangeLog
parentc18d3b0d509d2636fe6c8f4f19eda17031041206 (diff)
downloadgnulib-5d16175c8eb25176fdd3aca576eca995579d5145.tar.gz
passfd module, part 3.
* lib/passfd.h (recvfd): Add a flags argument. * lib/passfd.c: Include <fcntl.h>, cloexec.h. (recvfd): Add a flags argument. * m4/afunix.m4 (gl_SOCKET_AFUNIX): Test whether MSG_CMSG_CLOEXEC exists. * modules/passfd (Depends-on): Add cloexec. Suggested by Eric Blake.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ebef64b538..74afdbb3b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2011-03-13 Bastien Roucariès <roucaries.bastien@gmail.com>
+ Bruno Haible <bruno@clisp.org>
+
+ passfd module, part 3.
+ * lib/passfd.h (recvfd): Add a flags argument.
+ * lib/passfd.c: Include <fcntl.h>, cloexec.h.
+ (recvfd): Add a flags argument.
+ * m4/afunix.m4 (gl_SOCKET_AFUNIX): Test whether MSG_CMSG_CLOEXEC
+ exists.
+ * modules/passfd (Depends-on): Add cloexec.
+ Suggested by Eric Blake.
+
2011-03-13 Bruno Haible <bruno@clisp.org>
passfd module, part 2, tweaks.