Mercurial > hg > octave-shane > gnulib-hg
diff ChangeLog @ 14421:f23a6a383241
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.
author | Bastien Roucariès <roucaries.bastien@gmail.com> |
---|---|
date | Sun, 13 Mar 2011 16:36:30 +0100 |
parents | 08622275f761 |
children | e29883807ecf |
line wrap: on
line diff
--- 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.