Branch
Hash :
878a9617
Author :
Date :
2024-12-27T23:39:59
Rename module sys_socket to sys_socket-h. * 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.
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