summaryrefslogtreecommitdiff
path: root/modules/passfd
diff options
context:
space:
mode:
authorBastien Roucariès <roucaries.bastien@gmail.com>2011-03-13 15:06:52 +0100
committerBruno Haible <bruno@clisp.org>2011-03-13 15:35:46 +0100
commitee195dafe32fed7ec44fb0cbf775e1638e668b9b (patch)
tree83e35052752eb7e324e58c83a4c0ce600bab3cad /modules/passfd
parent68d757e2cb228590d46961cbf3e9ec7d4460e335 (diff)
downloadgnulib-ee195dafe32fed7ec44fb0cbf775e1638e668b9b.tar.gz
passfd module, part 2.
* modules/passfd: New file. * lib/passfd.h: New file. * lib/passfd.c: New file.
Diffstat (limited to 'modules/passfd')
-rw-r--r--modules/passfd30
1 files changed, 30 insertions, 0 deletions
diff --git a/modules/passfd b/modules/passfd
new file mode 100644
index 0000000000..43922e17d0
--- /dev/null
+++ b/modules/passfd
@@ -0,0 +1,30 @@
+Description:
+Passfile descriptors along Unix (socket/stream) file descriptors
+
+Files:
+m4/sockpfaf.m4
+m4/afunix.m4
+lib/passfd.c
+lib/passfd.h
+
+Depends-on:
+errno
+sys_socket
+extensions
+
+configure.ac:
+gl_SOCKET_AFUNIX
+
+Makefile.am:
+lib_SOURCES += passfd.c
+
+Include:
+<sys/socket.h>
+<sys/un.h>
+"passfd.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+Bastien ROUCARIÈS