mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 15:13:36 +00:00
* modules/sys_socket-h: Renamed from modules/sys_socket. * modules/sys_socket-h-tests: Renamed from modules/sys_socket-tests. * modules/sys_socket-h-c++-tests: Renamed from modules/sys_socket-c++-tests. * tests/test-sys_socket-h.c: Renamed from tests/test-sys_socket.c. * tests/test-sys_socket-h-c++.cc: Renamed from tests/test-sys_socket-c++.cc. * doc/posix-headers/sys_socket.texi: Update. * modules/* (Depends-on): Update. * modules/sys_socket: New file.
35 lines
407 B
Plaintext
35 lines
407 B
Plaintext
Description:
|
|
accept4() function: accept a connection on a socket, with specific opening
|
|
flags.
|
|
|
|
Files:
|
|
lib/accept4.c
|
|
m4/accept4.m4
|
|
|
|
Depends-on:
|
|
sys_socket-h
|
|
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:
|
|
Simon Josefsson
|