summaryrefslogtreecommitdiff
path: root/gnulib/modules/accept4
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/accept4')
m---------gnulib0
-rw-r--r--gnulib/modules/accept434
2 files changed, 34 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/accept4 b/gnulib/modules/accept4
new file mode 100644
index 0000000..e931976
--- /dev/null
+++ b/gnulib/modules/accept4
@@ -0,0 +1,34 @@
+Description:
+accept4() function: accept a connection on a socket, with specific opening
+flags.
+
+Files:
+lib/accept4.c
+m4/accept4.m4
+
+Depends-on:
+sys_socket
+accept
+fcntl-h
+binary-io
+extensions
+msvc-nothrow
+
+configure.ac:
+gl_FUNC_ACCEPT4
+gl_SYS_SOCKET_MODULE_INDICATOR([accept4])
+
+Makefile.am:
+lib_SOURCES += accept4.c
+
+Include:
+<sys/socket.h>
+
+Link:
+$(LIBSOCKET)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible, Simon Josefsson