strtoumax: fix typo in previous commit.
[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 msvc-nothrow
16
17 configure.ac:
18 gl_FUNC_ACCEPT4
19 gl_SYS_SOCKET_MODULE_INDICATOR([accept4])
20
21 Makefile.am:
22 lib_SOURCES += accept4.c
23
24 Include:
25 <sys/socket.h>
26
27 Link:
28 $(LIBSOCKET)
29
30 License:
31 LGPL
32
33 Maintainer:
34 Bruno Haible, Simon Josefsson