gnulib-tool.py: Reduce code duplication in file name transformations.
[gnulib.git] / modules / accept4
blobc1a61f5ddc9e9c53adcbc57f385d2e004da0e77a
1 Description:
2 accept4() function: accept a connection on a socket, with specific opening
3 flags.
5 Files:
6 lib/accept4.c
7 m4/accept4.m4
9 Depends-on:
10 sys_socket
11 accept
12 fcntl-h
13 binary-io
14 extensions
15 msvc-nothrow
17 configure.ac:
18 gl_FUNC_ACCEPT4
19 gl_SYS_SOCKET_MODULE_INDICATOR([accept4])
21 Makefile.am:
22 lib_SOURCES += accept4.c
24 Include:
25 <sys/socket.h>
27 Link:
28 $(LIBSOCKET)
30 License:
31 LGPL
33 Maintainer:
34 Simon Josefsson