Mercurial > hg > octave-lojdl > gnulib-hg
diff modules/accept4 @ 11898:90fb3f330caf
New module 'accept4'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 25 Aug 2009 02:17:09 +0200 |
parents | |
children | f0c8cf1802a2 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/modules/accept4 @@ -0,0 +1,28 @@ +Description: +accept4() function: accept a connection on a socket, with specific opening +flags. + +Files: +lib/accept4.c +m4/accept4.m4 + +Depends-on: +sys_socket +accept +fcntl +binary-io + +configure.ac: +gl_FUNC_ACCEPT4 +gl_SYS_SOCKET_MODULE_INDICATOR([accept4]) + +Makefile.am: + +Include: +<sys/socket.h> + +License: +LGPL + +Maintainer: +Bruno Haible, Simon Josefsson