autoupdate
[gnulib.git] / modules / accept4
1 Description:
2 accept4() function: accept a connection on a socket, with specific opening
3 flags.
4
5 Files:
6 lib/accept4.c
7 m4/accept4.m4
8
9 Depends-on:
10 sys_socket
11 accept
12 fcntl-h
13 binary-io
14 extensions
15
16 configure.ac:
17 gl_FUNC_ACCEPT4
18 gl_SYS_SOCKET_MODULE_INDICATOR([accept4])
19
20 Makefile.am:
21 lib_SOURCES += accept4.c
22
23 Include:
24 <sys/socket.h>
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible, Simon Josefsson