repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
accept4
blob
c1a61f5ddc9e9c53adcbc57f385d2e004da0e77a
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
Simon Josefsson